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


Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
How do you expect to succeed if you do not know the rules?
--Anonymous
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 most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
If the steps become to big, they become walls...
--Herb Sutter
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
The best way to predict the future is to invent it
--Alan Kay