Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2023 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




Simple things should be simple, complex things should be possible.
--Alan Kay
The issue of finding the best possible answer or achieving maximum efficiency usually arises in industry only after serious performance or legal troubles.
--Steven S. Skiena
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
Good programmers write code that humans can understand.
--Martin Fowler
How do you expect to succeed if you do not know the rules?
--Anonymous
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
Happiness should be a function without any parameters.
--Pranshu Midha
It's got to be the going not the getting there that's good.
--Hary Chapin
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
...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
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
How do you expect to succeed if you do not know the rules?
--Anonymous
People who are really serious about software should make their own hardware
--Alan Kay
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
First solve the problem. Then, write the code.
--Waseem Latif
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
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 change in perspective is worth 80 IQ points
--Alan Kay
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Premature optimization is the root of all evil.
--Donald Knuth
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Think twice, code once.
--Waseem Latif
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
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.
When in doubt, do something.
--Harry Chapin