Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2022 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
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
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
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
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
Know the rules well, so you can break them effectively
--Dalai Lama XIV
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
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
People who are really serious about software should make their own hardware
--Alan Kay
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
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
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
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
First solve the problem. Then, write the code.
--Waseem Latif
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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