Search Results

15
votes

What is the single most effective thing you did to improve your programming skills?

They say that 70% of good code is error checking and handling. When I started programming that way, my code got a lot better. Thinking about what can go wrong and then handling it right away has ma …