6 Matching Annotations
- Sep 2022
-
rubystyle.guide rubystyle.guide
-
Prefer alias when aliasing methods in lexical class scope as the resolution of self in this context is also lexical, and it communicates clearly to the user that the indirection of your alias will not be altered at runtime or by any subclass unless made explicit.
reassurance of lack of possibility for run-time shenanigans
-
- Jun 2021
-
docs.gitlab.com docs.gitlab.com
-
A class adds a layer of abstraction, which makes the component API and its inner workings less clear.
-
- Feb 2021
-
github.com github.com
-
Trailblazer is no "complex web of objects and indirection". It solves many problems that have been around for years with a cleanly layered architecture.
-
- Nov 2020
-
marcin-piela.github.io marcin-piela.github.io
-
Do we need such a big abstraction for this? Many would just use
fetch
directly. Why not just usefetch
directly? In Svelte, for example, you would probably never see something like this ... right?
-
- Oct 2020
-
medium.com medium.com
-
but the design pattern is so simple that it takes hardly any effort to implement it on any existing reducer, so I rejected abstraction for abstraction's sake.
-
-
github.com github.com
-
Transparent debugging: a <div> is just a div.
-