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




A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
The really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly.
--Joe Armstrong
If the steps become to big, they become walls...
--Herb Sutter
Think twice, code once.
--Waseem Latif
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
First solve the problem. Then, write the code.
--Waseem Latif
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
A change in perspective is worth 80 IQ points
--Alan Kay
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
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
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