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




First solve the problem. Then, write the code.
--Waseem Latif
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
How do you expect to succeed if you do not know the rules?
--Anonymous
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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
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 kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Think twice, code once.
--Waseem Latif
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
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Simple things should be simple, complex things should be possible.
--Alan Kay
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
What is a university/college when the students lose interest?
--Isaac Traxler
People who are really serious about software should make their own hardware
--Alan Kay