Search Results

6
votes

Great programming quotes

I wish I could attribute this, but it is just something I heard 30 years ago and it still seems applicable: All programs have at least one bug remaining and can be optimized by one byte. Th …
16
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 …