Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2023 -- CSC 2700 Section 01 (2317 Patrick Taylor, 6:00 PM - 7:50 PM)



Class Home




Premature optimization is the root of all evil.
--Donald Knuth
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
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
If the steps become to big, they become walls...
--Herb Sutter
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
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
Happiness should be a function without any parameters.
--Pranshu Midha
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.
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
How do you expect to succeed if you do not know the rules?
--Anonymous
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
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
The best way to predict the future is to invent it
--Alan Kay
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
When in doubt, do something.
--Harry Chapin
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
What is a university/college when the students lose interest?
--Isaac Traxler
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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
How do you expect to succeed if you do not know the rules?
--Anonymous
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Know the rules well, so you can break them effectively
--Dalai Lama XIV
It's got to be the going not the getting there that's good.
--Hary Chapin
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso