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
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
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
Premature optimization is the root of all evil.
--Donald Knuth
It's got to be the going not the getting there that's good.
--Hary Chapin
What is a university/college when the students lose interest?
--Isaac Traxler
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
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
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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare