Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2022 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
It's got to be the going not the getting there that's good.
--Hary Chapin
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
People who are really serious about software should make their own hardware
--Alan Kay
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.
Good programmers write code that humans can understand.
--Martin Fowler
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Think twice, code once.
--Waseem Latif
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
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