173

How it should be:
- First: solve the problem
- Second: Write your code.

How many people do:
- First: Write code
- Second: solve code problems
- Third: Adapt code with requirements
- Forth: get lost on your spaghetti code
- Sixth: make a suicide

Comments
  • 13
    - Seventh: come back as a zombie & bother everyone.
  • 14
    What happened at fifth that made him decide this?
  • 8
    - Fifth: Travel back in time and do 6th before this
  • 0
    Employ TDD or BDD and see your issues die :>
  • 1
    I'm trying to covert from the latter to the former. It really makes more sense once you experience the process, it's just hard to change your mindset to not try to write the code first.
  • 0
    Is Forth a pun?
  • 2
    Actually I just did this for Code Sprint:

    1. Read the problem
    2. Go WTF
    3. Try to decipher the problem
    4. Think about a solution
    5. Give Up

    In the real world, I actually do a mix but make sure my own code is clean enough so I avoid killing myself.

    However, whenever I read and have to fix other people's code, I feel like turning into a murderous maniac.
  • 0
    yes, forth. (from a fellow catlang enthusiast :p)
Add Comment