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




Premature optimization is the root of all evil.
--Donald Knuth
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
When in doubt, do something.
--Harry Chapin
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
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Simple things should be simple, complex things should be possible.
--Alan Kay
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
Think twice, code once.
--Waseem Latif
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.
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
What is a university/college when the students lose interest?
--Isaac Traxler
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
...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
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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
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
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