Hacker News new | ask | show | jobs
by jacquesm 3043 days ago
> Developers with more C oriented mindset, tend to just code away like "C with C++ compiler" programming style.

The way I've seen it described is 'C with more convenient comments'.

1 comments

You mean C99 ? What I really miss from C , with some of the things of this article, is constexpr, compile time checked enums, ...