Hacker News new | ask | show | jobs
by cyberpunk0 3101 days ago
Geez how does anyone remember all of that...
2 comments

Your linter remembers for you.
Indeed, the very best kind of coding convention is the automated and enforced kind. Prevents a lot of arguing, leaving more time to argue about the code's actual contents.
That’s a core challenge of writing code in a language as large and complicated and dangerous and rewarding as cpp.