Hacker News new | ask | show | jobs
by wolf550e 3514 days ago
To me, C++ with operator overloading looks scary. I think a reviewer would choose to review the generated binary instead of the source code.
1 comments

Well if operator overloading looks scary you haven't seen the assembly generated for C++ programs ;)

It's just full with con-/de-structor noise and don't even get me started with virtual function calls.