Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2025 -- CSC 2700 Section 01
1212 Patrick Taylor, 6:30 PM - 8:20 PM



Class Home




What is a university/college when the students lose interest?
--Isaac Traxler
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Happiness should be a function without any parameters.
--Pranshu Midha
...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
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
How do you expect to succeed if you do not know the rules?
--Anonymous
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
A change in perspective is worth 80 IQ points
--Alan Kay
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
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
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
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
The best way to predict the future is to invent it
--Alan Kay
If the steps become to big, they become walls...
--Herb Sutter
When in doubt, do something.
--Harry Chapin
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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
First solve the problem. Then, write the code.
--Waseem Latif
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
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