7
votes
21answers
822 views
What’s your Modus Operandi to solving a (programming) problem?
While solving any programming problem, what is your modus operandi? How do you fix a problem?
Write everything you can about the observable behaviors of the bug or problem?
Take …
0
votes
3answers
63 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 incorrec …
0
votes
11answers
194 views
What are best practices to follow while commenting in code ? [closed]
Possible Duplicate:
How do you like your comments? ( Best Practices )
What are best practices to follow while commenting code ?
7
votes
10answers
1k views
How do you like your comments? ( Best Practices )
What are your best practices for comments. when to use them and what they should contain. Do we even need them ( I think we do )
