2 Matching Annotations
- Feb 2023
-
rubystyle.guide rubystyle.guide
-
to break up methods into logical paragraphs internally.
Interesting to call them "paragraphs" :)
-
- Oct 2020
-
-
When I say that my experience is that it means it's time to split up your components, I guess I mean that there tends to be a logical grouping between all the things that care about (for example) sqr_n, and in Svelte, logical groupings are expressed as components.
-