Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
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
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
When in doubt, do something.
--Harry Chapin
How do you expect to succeed if you do not know the rules?
--Anonymous
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
If the steps become to big, they become walls...
--Herb Sutter
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Good programmers write code that humans can understand.
--Martin Fowler
It's got to be the going not the getting there that's good.
--Hary Chapin
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler