Category Archives: Coding

Computer Programming and random coding related subjects.

Some computer quotes I like by Rick Cook

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Programming is like pinball. The reward for doing it well is the opportunity to do it again.

The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea.

 

The programmer promises to

The programmer promises to

  1. Never write malicious or dangerous code.
  2. Always code their best work with good behaviour and structure. Don’t let defective code accumulate.
  3. Ensure the code is working like it was suppose to with proof and test cases.
  4. Make frequent and small changes as to not impede others.
  5. Always improve the system and never degrade it.
  6. Keep productivity as high as possible for both users and developers.
  7. Ensure that your team can cover for you and you for them.
  8. Produce estimates that are honest in both magnitude and precision or do not promise.
  9. Never stop learning and improving your craft.
  10. Be reasonable.