Posts Tagged ‘quote’

10 Programming Quotes and Lessons Learned

Here is a list of 10 programming quotes I picked from this longer list, and what I learned from each:

It’s hard enough to find an error in your code when you’re looking for it; it’s even harder when you’ve assumed your code is error-free. Lesson: Always assume that your code is buggy and code accordingly. Be careful […]