this post was submitted on 12 Feb 2026
42 points (93.8% liked)
Programming Humor
3362 readers
1 users here now
Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev
Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Anything I built in the last 15 years of working on our companies flagship products is made like this. Everything belonging to one "object" is in one file. "Private" variables are set to "static".
Makes sense. Most "best practices" and "standards" are just someones idea of structure written down.
And if you follow good standards like MISRA, you can reduce errors and issues even further.