Search Results

25
votes

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

You can read all the books, code, and open source projects you like, but you need to understand the end-user aspect of software development. You need to step out of the echo chamber. So I'll addr …
1
vote

What development book made the most impact on you as a developer?

The Art of Computer Programming by Donald Knuth. I had to read this at University and I bitched and moaned, like everyone else. But by the end of the course I praised the book, si …
318
votes

What’s your favorite “programmer” cartoon?

This has actually happened to me. A boss mistook my resourcefulness in scripting for laziness. link …
0
votes

What’s Your Motto As A Developer/Programmer?

My motto is: Script it and go to sleep. In other words, don't waste your time doing routine menial tasks (like renaming individual files in a directory) when you can automate the process an …
0
votes

What’s wrong with foreign keys?

I'll echo what Dmitriy said, but adding on a point. I worked on a batch billing system that needed to insert large sets of rows on 30+ tables. We weren't allowed to do a data pump (Oracle) …