this post was submitted on 12 Feb 2026
43 points (93.9% liked)

Programming Humor

3365 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
[–] Treczoks@lemmy.world 6 points 1 week ago (1 children)

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".

[–] Patrikvo@lemmy.world 6 points 1 week ago (1 children)

Makes sense. Most "best practices" and "standards" are just someones idea of structure written down.

[–] Treczoks@lemmy.world 2 points 1 week ago

And if you follow good standards like MISRA, you can reduce errors and issues even further.