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




Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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.
--Alan Perlis
The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
A change in perspective is worth 80 IQ points
--Alan Kay
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
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
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
The best way to predict the future is to invent it
--Alan Kay
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
But while you can always write 'spaghetti code' in a procedural language, object-oriented languages used poorly can add meatballs to your spaghetti.
--Andrew Hunt
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
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
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
First solve the problem. Then, write the code.
--Waseem Latif
People who are really serious about software should make their own hardware
--Alan Kay
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
When in doubt, do something.
--Harry Chapin
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
--Frederick P. Brooks Jr.
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