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




Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
Good programmers write code that humans can understand.
--Martin Fowler
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Think twice, code once.
--Waseem Latif
It's got to be the going not the getting there that's good.
--Hary Chapin
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
Premature optimization is the root of all evil.
--Donald Knuth
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
Simple things should be simple, complex things should be possible.
--Alan Kay
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 important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
How do you expect to succeed if you do not know the rules?
--Anonymous
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
What is a university/college when the students lose interest?
--Isaac Traxler
The best way to predict the future is to invent it
--Alan Kay
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
A change in perspective is worth 80 IQ points
--Alan Kay
If the steps become to big, they become walls...
--Herb Sutter
How do you expect to succeed if you do not know the rules?
--Anonymous