Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




People who are really serious about software should make their own hardware
--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
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
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
What is a university/college when the students lose interest?
--Isaac Traxler
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
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.
--Nartin Fowler
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack
--Kernighan Brian
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
A change in perspective is worth 80 IQ points
--Alan Kay