Tagged Questions

31
votes
30answers
2k views

What's your Modus Operandi for solving a (programming) problem? [closed]

While solving any programming problem, what is your modus operandi? How do you fix a problem? Do you write everything you can about the observable behaviors of the bug or problem? Take me through ...