21

okay, i'm still a newbie to (unmanaged) C++, but looking at a colleague's code, what the hell is all this cryptic shit 😵 all this unreadable templating stuff + typedefs, 8 different copy operators in one class, i'm getting headaches just looking at it

Comments
  • 6
    yeaahh, that's why I prefer C over C++... Far more difficult to make it unreadable.
  • 13
    Remember that rant when in a not too distant future, you'll write such code yourself and it will totally make sense to you. ^^
  • 7
    @Fast-Nop yeah i know 😂 it's already a bit like that when i look at my C# code, i'm like "awww look at these cutesie self-describing classes and methods, no technical boilerplate bullshit, it's like i'm reading a book"
    C++ messes with my brain 😑
Add Comment