Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




It's got to be the going not the getting there that's good.
--Hary Chapin
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
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Good programmers write code that humans can understand.
--Martin Fowler
What is a university/college when the students lose interest?
--Isaac Traxler
Premature optimization is the root of all evil.
--Donald Knuth
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
The best way to predict the future is to invent it
--Alan Kay
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
People who are really serious about software should make their own hardware
--Alan Kay
How do you expect to succeed if you do not know the rules?
--Anonymous