Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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

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.
--Unix Fortune
Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us.
--Joseph Rain
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
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
People who are really serious about software should make their own hardware
--Alan Kay
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
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
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham