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




Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
A change in perspective is worth 80 IQ points
--Alan Kay
Managers of programming projects aren’t always aware that certain programming issues are matters of religion. If you’re a manager and you try to require compliance with certain programming practices, you’re inviting your programmers’ ire. Here’s a list of religious issues:
■ Programming language
■ Indentation style
■ Placing of braces
■ Choice of IDE
■ Commenting style
■ Efficiency vs. readability tradeoffs
■ Choice of methodology—for example, Scrum vs. Extreme Programming vs. evolutionary delivery ■ Programming utilities
■ Naming conventions
■ Use of gotos
■ Use of global variables
■ Measurements, especially productivity measures such as lines of code per day
--Steve McConnell
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 big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
Think twice, code once.
--Waseem Latif
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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
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
If the steps become to big, they become walls...
--Herb Sutter
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Happiness should be a function without any parameters.
--Pranshu Midha
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard