Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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

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.
First solve the problem. Then, write the code.
--Waseem Latif
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
A change in perspective is worth 80 IQ points
--Alan Kay
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
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
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
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
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
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine