The big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell 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 Programming is the art of thinking really hard about how to avoid having to think really hard. --unknown Everyday life is like programming, I guess. If you love something you can put beauty into it. --Donald Knuth Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life. --Prince Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches. --Paul Graham College is a waystation - the last convenience store on the road to life-long responsibility. --Dennis Miller People who are really serious about software should make their own hardware --Alan Kay The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming. --Audrey Watters The most disastrous thing that you can ever learn is your first programming language. --Alan Kay Delivering good software today is often better than perfect software tomorrow, so finish things and ship. --David Thomas 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 When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass. --Larry Wall One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? --Brian Kernighan The most important property of a program is whether it accomplishes the intention of its user. --C.A.R. Hoare People who are really serious about software should make their own hardware --Alan Kay Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us. --Joseph Rain There ain't no rules around here. We are trying to accomplish something. --Thomas Edison I'm not a great programmer; I'm just a good programmer with great habits. --Kent Beck
|