The issue of finding the best possible answer or achieving maximum efficiency usually arises in industry only after serious performance or legal troubles. --Steven S. Skiena Good programmers write code that humans can understand. --Martin Fowler I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it. --Robert C. Martin Simple things should be simple, complex things should be possible. --Alan Kay How do you expect to succeed if you do not know the rules? --Anonymous People who are really serious about software should make their own hardware --Alan Kay Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live --John Woods So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack --Kernighan Brian The really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly. --Joe Armstrong A language that doesn't affect the way you think about programming is not worth knowing. --Unix Fortune But while you can always write 'spaghetti code' in a procedural language, object-oriented languages used poorly can add meatballs to your spaghetti. --Andrew Hunt Know the rules well, so you can break them effectively --Dalai Lama XIV The most disastrous thing that you can ever learn is your first programming language. --Alan Kay Without requirements and design, programming is the art of adding bugs to an empty text file. --Louis Srygley Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code. --Edsger W. Dijkstra When in doubt, do something. --Harry Chapin You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have. --Cory Althoff Think twice, code once. --Waseem Latif It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical? --Alan J. Perlis Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail. --Max Kanat-Alexander Everyday life is like programming, I guess. If you love something you can put beauty into it. --Donald Knuth Twenty hours at the keyboard can save you two hours of planning. --Isaac Traxler
|