Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2025 -- CSC 2700 Section 01
1212 Patrick Taylor, 6:30 PM - 8:20 PM



Class Home




A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Good programmers write code that humans can understand.
--Martin Fowler
People who are really serious about software should make their own hardware
--Alan Kay
When in doubt, do something.
--Harry Chapin
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
--Brian Kernighan
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 most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare