Code Runway
What if there was a Project Runway or even an American Chopper show for programming… what would be the (minimal set of) qualities to judge on?
- Elegance (of algorithm, of code)
- Simple flow
- Attention to detail (corner cases)
- Efficiency
- Scalability
- “It Just Works”
- … hmm, what else?




December 28th, 2006 at 11:46 am
Why the if when there is http://topcoder.com
though there is nothing on TV as of now as they cant show 100s of geeky guys slamming on their keyboards and acting weirdly(as seen by non techies) to get things done
December 28th, 2006 at 8:25 pm
Software Engg.
January 1st, 2007 at 5:05 pm
Have you included this?: Being the first to get a working output, and how much faster you got it compared to the next competitor.
January 3rd, 2007 at 12:52 am
In business what usually matters is how fast to get the required result, so long as the result is the objective. Rest of things, nice if it will make getting the result any faster!
January 3rd, 2007 at 9:16 pm
@Srikanth : TopCoder doesn’t take efficiency or elegance into account.
@Srikanth, @Pramod, @Rafeek : Excellent point. In business-speak, I think they call it ‘Time to market’. I agree that getting the program working on time is very important.