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


The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
People who are really serious about software should make their own hardware
--Alan Kay
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
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
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
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
How do you expect to succeed if you do not know the rules?
--Anonymous
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
Simple things should be simple, complex things should be possible.
--Alan Kay
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
If the steps become to big, they become walls...
--Herb Sutter
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
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
...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 language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune