Code Darwinism

time to read 1 min | 76 words

Jeff Atwood posted about the power of View Source in javascript and the resulting code darwinism. Interesting post.

Personally, I find that just having reflector is a big help, and I use it quite often in order to hunt through libraries of code that I already have (my own, NHibernate, Castle, Boo, etc). Beside reflecting over other's assembly, Reflector is the very best code browser that I have used.