Tagged Questions
The modus-operandi tag has no wiki summary.
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 ...
15
votes
10answers
2k views
How do you like your comments? [closed]
What are your best practices for comments? When should they be used, and what they should contain? Or are comments even needed?
0
votes
3answers
155 views
Debugging: High-level versus low-level bugs
What is the approximate ratio of time you typically spend debugging high-level versus low-level bugs?
For the purposes of this discussion, high-level bugs are things like incorrect algorithms, bad ...