Hacker News new | ask | show | jobs
by ozgrakkurt 257 days ago
This is just how rust and c++ code is in my experience.
2 comments

Even C is like that in its most popular stdlib implementation (glibc).
C++ is bc of compatibility with god knows how many standards, but at the end it is simpler than it looks at first sight. The uglification of names in the std lib make it disgusting to read. If only that was removed it would improve a lot.