@takao @Zerglingman @lelouchebag
When I write code, sometimes I’ll use inconsistent capitalization on variable names just to get some compiler errors in the development process. It forces me to examine every single line and decide and re-decide what I’m naming variables, and whether every single line of code is necessary.
That’s one of the reasons I use different case conventions for #frontend #backend and #middleware .
And use underscored_string for JS variables, and dashed-string for CSS