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




Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life.
--Prince
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
If the steps become to big, they become walls...
--Herb Sutter
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass.
--Larry Wall
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
Happiness should be a function without any parameters.
--Pranshu Midha
Good programmers write code that humans can understand.
--Martin Fowler
Simple things should be simple, complex things should be possible.
--Alan Kay
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
The best way to predict the future is to invent it
--Alan Kay
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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
People who are really serious about software should make their own hardware
--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
When in doubt, do something.
--Harry Chapin