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


Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
Good programmers write code that humans can understand.
--Martin Fowler
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Happiness should be a function without any parameters.
--Pranshu Midha
With software there are only two possibilites: either the users control the programme or the programme controls the users. If the programme controls the users, and the developer controls the programme, then the programme is an instrument of unjust power.
--Richard Stallman
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
People who are really serious about software should make their own hardware
--Alan Kay
If the steps become to big, they become walls...
--Herb Sutter
Think twice, code once.
--Waseem Latif
It's got to be the going not the getting there that's good.
--Hary Chapin
When in doubt, do something.
--Harry Chapin
What is a university/college when the students lose interest?
--Isaac Traxler
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Simple things should be simple, complex things should be possible.
--Alan Kay
You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have.
--Cory Althoff
...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
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
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