Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2024 -- CSC 2700 Section 01 (1218 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home

No Class April 23, 2024


Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Think twice, code once.
--Waseem Latif
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
How do you expect to succeed if you do not know the rules?
--Anonymous
People who are really serious about software should make their own hardware
--Alan Kay
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
When in doubt, do something.
--Harry Chapin
Simple things should be simple, complex things should be possible.
--Alan Kay
Happiness should be a function without any parameters.
--Pranshu Midha
The best way to predict the future is to invent it
--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