Hacker News new | ask | show | jobs
by jonathankoren 807 days ago
> I would say the #1 reason I stop learning a technology is because of frustrating or unclear errors.

Overly verbose error messages that obscure more than illuminate are chief complaint against C++.

Honestly, they can just sap all the energy out of a project.

1 comments

"You violated a template rule. Here's a novel on everything that's broken as a result"

It's why the Constraint system was important for C++.