Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




The best way to predict the future is to invent it
--Alan Kay
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
How do you expect to succeed if you do not know the rules?
--Anonymous
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Think twice, code once.
--Waseem Latif
It's got to be the going not the getting there that's good.
--Hary Chapin
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
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
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
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
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
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Premature optimization is the root of all evil.
--Donald Knuth
...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
People who are really serious about software should make their own hardware
--Alan Kay
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
If the steps become to big, they become walls...
--Herb Sutter