Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
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
Think twice, code once.
--Waseem Latif
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
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom
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
How do you expect to succeed if you do not know the rules?
--Anonymous
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Good programmers write code that humans can understand.
--Martin Fowler
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack
--Kernighan Brian
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
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.