Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Pimp My Code, Part 14: Be Inflexible! (wilshipley.com)
5 points by paul on June 1, 2007 | hide | past | favorite | 2 comments


I am not sure I agree with everything. The case against premature optimization has long been made, and for the most part I agree. However, the point of abstractions etc. is not only to create useless libraries, it is also to keep the code manageable. For example, the point of private members of classes is not protection against illegal operations. It is to tell me as a programmer that I don't have to worry about those aspects of the class. The dreadful thing that could happen is not that 1000 John Smiths sign up for my application. It is that I have written 100000 lines of code and have no idea anymore what is going on...


You know, I read this earlier but never thought of posting it here. Good idea - much of what Wil writes is great.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: