0
votes
Is Programming Style important? How Important?
I've come to notice that code is like a blueprint. A well planned, beautiful, masterful blueprint for the design of a luxury house is going to be well structured and helpful. Code should be the sam …
1
vote
Debugging techniques
If I have a good understanding of the code, say, like the back of my hand, then I'll start to rationalize and track down any source of the problem in my head. I'll come to a conclusion and then go …
0
votes
How often should you hit the Save button?
I save frequently. Whenever I complete a small little bit of code I save. If I modify something just slightly I'll save. I've been a victim of power surges and lightening strikes at the most inconv …
1
vote
How often should you refactor?
Refactoring often can often save the day, or at least some time. There was a project I was working on and we refactored all of our code after we hit some milestone. It was a great way because if we …
