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




If the steps become to big, they become walls...
--Herb Sutter
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
How do you expect to succeed if you do not know the rules?
--Anonymous
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
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
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
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
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
How do you expect to succeed if you do not know the rules?
--Anonymous