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




Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
How do you expect to succeed if you do not know the rules?
--Anonymous
Simple things should be simple, complex things should be possible.
--Alan Kay
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
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Good programmers write code that humans can understand.
--Martin Fowler
Think twice, code once.
--Waseem Latif
One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
--Brian Kernighan
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Premature optimization is the root of all evil.
--Donald Knuth
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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
How do you expect to succeed if you do not know the rules?
--Anonymous
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller