DEV Community

Discussion on: Debugging - you’re doing it wrong. 10 techniques to find a bug in your code

Collapse
 
johannesvollmer profile image
Johannes Vollmer

Nice compilation! I think the most underrated debugging technique is static typing - the more things your compiler checks, the less bugs will appear.

Collapse
 
nikpoltoratsky profile image
Nik Poltoratsky

Yep, static typing can help you with reducing bugs, but I'm not sure it's a debugging technique 😅