Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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

I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Think twice, code once.
--Waseem Latif
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
How do you expect to succeed if you do not know the rules?
--Anonymous
The best way to predict the future is to invent it
--Alan Kay
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
First solve the problem. Then, write the code.
--Waseem Latif
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
When in doubt, do something.
--Harry Chapin
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Simple things should be simple, complex things should be possible.
--Alan Kay
If the steps become to big, they become walls...
--Herb Sutter
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