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


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
Premature optimization is the root of all evil.
--Donald Knuth
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
People who are really serious about software should make their own hardware
--Alan Kay
When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass.
--Larry Wall
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Think twice, code once.
--Waseem Latif
...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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
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
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 a great programmer; I'm just a good programmer with great habits.
--Kent Beck
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
If the steps become to big, they become walls...
--Herb Sutter
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
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Good programmers write code that humans can understand.
--Martin Fowler
Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us.
--Joseph Rain
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