Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




People who are really serious about software should make their own hardware
--Alan Kay
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Good programmers write code that humans can understand.
--Martin Fowler
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
It's got to be the going not the getting there that's good.
--Hary Chapin
'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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
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
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Think twice, code once.
--Waseem Latif
Know the rules well, so you can break them effectively
--Dalai Lama XIV
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Simple things should be simple, complex things should be possible.
--Alan Kay
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell