to break up methods into logical paragraphs internally.
Interesting to call them "paragraphs" :)
to break up methods into logical paragraphs internally.
Interesting to call them "paragraphs" :)
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.