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


Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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.
Good programmers write code that humans can understand.
--Martin Fowler
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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
How do you expect to succeed if you do not know the rules?
--Anonymous
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
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
It's got to be the going not the getting there that's good.
--Hary Chapin
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life.
--Prince
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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck