Hacker News new | ask | show | jobs
by formerly_proven 1402 days ago
> Do you also hope to never see the STL in production? Because internally, that thing is high level unreadable C++.

SGI/HP STL isn't nearly as bad as modern implementations, though they all __share _Weird ____identifier names, mostly because of C/C++ identifier rules (_[A-Z] and anything with __ are reserved for the implementation, everything else might just be #define'd to rick-roll by whatever program is including you).

1 comments

The Define problem seems like low hanging fruit for a linter/formatter.