"I hate it when I open a source file and the methods aren't in alphabetical order"
Interesting. I hate it when I open a source file and there are so many methods their ordering even matters.
"I hate it when I open a source file and the methods aren't in alphabetical order"
Interesting. I hate it when I open a source file and there are so many methods their ordering even matters.
@jasongorman I’m doing some plugin development for an app I use #NotePlan the plugin only needs one helper function and about 5 lines of glue code.
I’m trying to make it mostly Test First. (There are hard limits).
I’m dying with things like getting the imports right (using VSCode). It amazes me how hard simple things can be.
@jasongorman @mlevison Heh. Seeing the state of most JavaScript has been the single most compelling reason I avoided it for years. I concluded the language was incapable of supporting professional programming techniques.
I now realise it’s not the language.