MetaGreg

writes code that writes code for food

Coding gems 1-10

without comments

#1 The more dogmatic you are about applying a design method, the fewer real-life problems you are going to solve – P.J. Plauger

#2 Let Ruby be Ruby. Let Java be Java. Let Python be Python. Don’t expect it to be Erlang, because it isn’t.

#3.1 Plan to throw one away; you will, anyhow. – Fred Brooks
#3.2 If you plan to throw one away, you will throw away two. – Craig Zerouni

#4 Requirements are like water. They’re easier to build on when they’re frozen. – Anonymous

#5 Embrace brevity, but do not sacrifice readability – Hal Fulton

#6 If you want to sell a cat to programmer, you have to tell him it’s object-oriented – Roger King

#7 No one language is the best tool for every programming task. A true programmer knows several languages.

#8 The penalty for failing to define the problem is that you waste a lot of time solving the wrong problem.  Steve McConnell

#9 If you know someone who wants to read 20,000 pages of documentation, kill him.

#10 When coding, think about the solution, not beauty. But when you’re done and the solution is not beautiful, then it is wrong.


Photo courtesy of pgchmiel.

Share and Enjoy:
  • Digg
  • Facebook
  • StumbleUpon
  • TwitThis

Related posts:

  • Coding gems 31-40 #31 All non-trivial abstractions, to some degree, are leaky. Joel Spolsky #32 Five different programmers can solve the same problem five different ways #33 Don’t write 200 lines of code...
  • Coding gems 21-30 #21 A well-written code is a joy to write and a joy to read. #22 If you can’t explain something to a six-year-old, you really don’t understand it yourself. Albert...
  • Coding gems 11-20 #11 Either you code it so simple there are obviously no deficiencies or so complicated that there are no obvious deficiencies #12 In a room full of expert software designers,...
  • YourSoftware 1.0 is an experiment In college, I was a member of the UP Computer Society. There were a lot of geeks in our organization but its members have interests beyond computers. Every year we...

Written by Greg Moreno

November 30th, 2009 at 4:57 pm

Posted in Geekiness

Tagged with

Leave a Reply