| bio | website | sharedillusions.blogspot.com |
|---|---|---|
| location | Manchester, United Kingdom | |
| age | 28 | |
| visits | member for | 2 years, 8 months |
| seen | Aug 27 '11 at 8:06 | |
| stats | profile views | 2 |
|
Feb 6 |
awarded | Teacher |
|
Sep 20 |
awarded | Supporter |
|
Mar 9 |
comment |
What's it like to work in a large programming team? Read 'The mythical man month' to gain some perspective... it hasn't appealed to me though (most I've ever worked with is 4 other developers, plus 3 testers and a pm). Larger teams sounds like it's just meeting after meeting after meeting :( |
|
Mar 8 |
comment |
What should every programmer know? Also, Big 0 notation is useful for estimating performance. If you write a chunk of code, it's useful to be able to look at it and think 'thats not gonna scale'. |
|
Oct 17 |
comment |
Is premature optimization really the root of all evil? For really small numbers of items, the recursion required for quicksort can make it slower than a decent bubblesort though... not to mention that a bubblesort is quicker in the worst-case scenario of quicksort (namely quicksorting a sorted list) |
|
Oct 17 |
comment |
Is premature optimization really the root of all evil? more features entails more tests :) |
|
Sep 17 |
answered | What is the single most effective thing you did to improve your programming skills? |