Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
Good programmers write code that humans can understand.
--Martin Fowler
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
Happiness should be a function without any parameters.
--Pranshu Midha
Know the rules well, so you can break them effectively
--Dalai Lama XIV
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
First solve the problem. Then, write the code.
--Waseem Latif
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
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
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
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
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
People who are really serious about software should make their own hardware
--Alan Kay
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
Premature optimization is the root of all evil.
--Donald Knuth
How do you expect to succeed if you do not know the rules?
--Anonymous
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
It's got to be the going not the getting there that's good.
--Hary Chapin
A change in perspective is worth 80 IQ points
--Alan Kay
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
If the steps become to big, they become walls...
--Herb Sutter
Simple things should be simple, complex things should be possible.
--Alan Kay
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
The best way to predict the future is to invent it
--Alan Kay
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
--Frederick P. Brooks Jr.