Tagged Questions

17
votes
19answers
1k views

Why aren't students taught to use a debugger?

There's a lot of homework questions here on SO. I would guess that 90%+ can be solved by stepping through the code in a debugger, and observing program/variable state. I was never taught to use a ...
16
votes
42answers
7k views

What is the best way to learn recursion?

When I started in programming I started with c++ and was doing recursion in my second semester in a data structures class. I don't even remember how we started it, I think it was linked lists, but its ...
2
votes
5answers
383 views

Does TDD really stop gold plating?

Questions that I want answers for... 1) Propose one or more mechanism, which could be used to extend TDD to estimate the level of gold plating that exists in an arbitrary Java program. 2) What ...