Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
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
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
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
With software there are only two possibilites: either the users control the programme or the programme controls the users. If the programme controls the users, and the developer controls the programme, then the programme is an instrument of unjust power.
--Richard Stallman
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
People who are really serious about software should make their own hardware
--Alan Kay