Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home

No Class April 23, 2024


Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Think twice, code once.
--Waseem Latif
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
When in doubt, do something.
--Harry Chapin
What is a university/college when the students lose interest?
--Isaac Traxler
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
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
Good programmers write code that humans can understand.
--Martin Fowler
People who are really serious about software should make their own hardware
--Alan Kay
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
It's got to be the going not the getting there that's good.
--Hary Chapin
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander