Search Results

1
vote

What are some bad programming habits to look out for and avoid?

Using the debugger (and ONLY the debugger) to fix bugs or code. It's really handy and easy to do this sometimes that you end up spending more time with the debugger than thinking about the design …