|
|
|
|
|
by bch
2966 days ago
|
|
One way to not write any bugs is to not write any code. If you must write code, errors follow, and “defence in depth” is applicable. Use an editor that serves you well, use compiler flags, use your linter, and consider Yoda Notation, which catches classes of errors, but yes, not every error. |
|