STEP ONE

WHAT & WHY?

What are the requirements? Why are we doing this?

STEP TWO

SCOPE & ESTIMATE

What other areas will this effect? Can I tidy anything else up in the area?

STEP THREE

GET CODING!

Write some tests!
  Follow the standards.
  Test edge cases, test on different browsers.
  Consider security, performance.

Pair programming?

STEP FOUR

CODE REVIEW

Get your code reviewed

Make any changes if required

Get your code reviewed again (if changes were made)

STEP FIVE

COMMIT

Rebase first, and test again.

Write a useful commit message.

Did the build pass?

STEP SIX

CHECKLIST

Make sure you've done everything on the checklist

If it's good enough for pilots and surgeons, it's good enough for us!

STEP SIX

 

High five yourself. Go on.

Wrapping Up

By Helen Durrant

Wrapping Up

  • 395