Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2020 -- CSC 2700 Section 01 (Patrick Taylor 1218, 6:00 PM - 7:50 PM)

How do you expect to succeed if you do not know the rules?
--Anonymous
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
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
The best way to predict the future is to invent it
--Alan Kay
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
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
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
People who are really serious about software should make their own hardware
--Alan Kay
It's got to be the going not the getting there that's good.
--Hary Chapin
If the steps become to big, they become walls...
--Herb Sutter
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
Happiness should be a function without any parameters.
--Pranshu Midha
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck