Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2023 -- CSC 2700 Section 01 (2317 Patrick Taylor, 6:00 PM - 7:50 PM)



Class Home




Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
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
Know the rules well, so you can break them effectively
--Dalai Lama XIV
How do you expect to succeed if you do not know the rules?
--Anonymous
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
What is a university/college when the students lose interest?
--Isaac Traxler
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
People who are really serious about software should make their own hardware
--Alan Kay
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
The best way to predict the future is to invent it
--Alan Kay
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
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Good programmers write code that humans can understand.
--Martin Fowler
...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