DEV Community

Discussion on: What's the best thing to do when you've run into a debugging dead end?

Collapse
 
swarupkm profile image
Swarup Kumar Mahapatra

Rewrite the whole module (if you have time). Also, make use of git so that you can revert you code.