DEV Community

Discussion on: Never Trust Compiler Error Messages

Collapse
 
theodesp profile image
Theofanis Despoudis

You may want to use linters more before you compile the code( assuming that they exist in C++)

Collapse
 
therealdarkmage profile image
darkmage

I have experience with linters, and in certain contexts they have been useful. At one place I worked, they helped enforce consistency in our codebases. I haven't needed to use them a lot in my own life.