Anonymous
7/8/2025, 5:33:26 PM No.105838534
>Use modern C++, it's so good!
>Program becomes completely unreadable at-a-glance because templates are extremely verbose and noisy
>Program becomes virtually undebuggable too, because the debugger can't cope with complicated template instantiations
>Sometimes the debugger has a seizure and can't figure out the callstack when inside of a variant visitor variadic helper
What's the actual gain here, exactly? Why does it seem like the general trend in technology has been to just make everything as shit as possible? Just creating and adopting new practices for "something new" regardless of if it's actually better?
>Program becomes completely unreadable at-a-glance because templates are extremely verbose and noisy
>Program becomes virtually undebuggable too, because the debugger can't cope with complicated template instantiations
>Sometimes the debugger has a seizure and can't figure out the callstack when inside of a variant visitor variadic helper
What's the actual gain here, exactly? Why does it seem like the general trend in technology has been to just make everything as shit as possible? Just creating and adopting new practices for "something new" regardless of if it's actually better?