Search Results

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 …
3
votes

Xml or Sqlite, When to drop Xml for a Database?

I wouldn't use XML for storing RSS items. A feed reader makes constant updates as it receives data. With XML, you need to load the data from file first, parse it, then store it for easy se …
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 …