Author |
Topic: Joel Spolsky on Software (Read 1179 times) |
|
Barukh
Uberpuzzler
Gender:
Posts: 2276
|
|
Joel Spolsky on Software
« on: Oct 12th, 2005, 2:40am » |
Quote Modify
|
Have you read Joel Spolsky's Articles on Software? Let's start a discussion from his article on Interviewing. Yes, I know, it's lengthy, but extremely interesting!
|
|
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: Joel Spolsky on Software
« Reply #1 on: Oct 12th, 2005, 5:12am » |
Quote Modify
|
If anyone else's eyes are getting tired from reading the black on white (why do so many websites have this unpleasant style anyway), throw javascript: function effect(node) { while (node) { if (node.style) { node.style.fontFamily='verdana'; node.style.backgroundColor='#555555'; node.style.color='#888888'; } if (! (child = node.firstChild) ) {child = node.contentDocument;} effect(child); node = node.nextSibling; }}; effect(document); in the location bar (you can of course choose your own colors and font, if light gray on dark gray verdana doesn't strike your fancy)
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: Joel Spolsky on Software
« Reply #2 on: Oct 12th, 2005, 6:37am » |
Quote Modify
|
Well, it's an interesting article, doesn't feel too long either. But I'm not sure what to discuss about it.
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: Joel Spolsky on Software
« Reply #4 on: Oct 13th, 2005, 10:48am » |
Quote Modify
|
He seems overly optimistic that old code can alkways evolve to new better code. But sometimes it's just an evolutionary dead end, and you have to get rid of legacy code and backwards compatability to get ahead. True enough, there is a huge cost initially, but if it's a necessary paradigm shift, then the gains will eventually be many times greater than muddling on with the old code.
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
|