Some ideas from The Cathedral and the Bazaar – Eric Steven Raymond
Every good work of software starts by scratching a developer’s personal itch.
Good programmers know what to write. Great ones know what to rewrite (and reuse).
“Plan to throw one away; you will, anyhow.” (Fred Brooks, The Mythical Man-Month, Chapter 11)
If you have the right attitude, [...]
Read Full Post »
“First make it work, then make it fast” – That’s my motto.
In many examples from this blog, I’ll use simple, even dummy, code.
That’s because I need to see something working.
Then, I’ll improve the code, to make it fast.
But always use interfaces when you need, especially when you know that the first implementation will be very [...]
Read Full Post »
Let’s pause developing our simple serial focused web crawler and discuss about the singleton pattern. You will find this post very useful for our little crawler.
So, if you haven’t heard about design patterns, I recommend you to read a little on Wikipedia:
http://en.wikipedia.org/wiki/Design_pattern_(computer_science).
The singleton pattern (more on Wikipedia) is a very simple and useful pattern.
There are [...]
Read Full Post »
Are you a developer?
Do you use object oriented design principles?
Software developers, please watch the movie and fill in the survey at http://www.sefolklore.com
Read Full Post »