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




A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Premature optimization is the root of all evil.
--Donald Knuth
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
If the steps become to big, they become walls...
--Herb Sutter
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
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
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
When in doubt, do something.
--Harry Chapin
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
What is a university/college when the students lose interest?
--Isaac Traxler
First solve the problem. Then, write the code.
--Waseem Latif
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
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
Know the rules well, so you can break them effectively
--Dalai Lama XIV
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Simple things should be simple, complex things should be possible.
--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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Good programmers write code that humans can understand.
--Martin Fowler
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Managers of programming projects aren’t always aware that certain programming issues are matters of religion. If you’re a manager and you try to require compliance with certain programming practices, you’re inviting your programmers’ ire. Here’s a list of religious issues:
■ Programming language
■ Indentation style
■ Placing of braces
■ Choice of IDE
■ Commenting style
■ Efficiency vs. readability tradeoffs
■ Choice of methodology—for example, Scrum vs. Extreme Programming vs. evolutionary delivery ■ Programming utilities
■ Naming conventions
■ Use of gotos
■ Use of global variables
■ Measurements, especially productivity measures such as lines of code per day
--Steve McConnell