Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mikado Method: A structured method for significant changes in complex code

Mikado Method: A structured method for significant changes in complex code

Arjan van der Gaag

March 11, 2015
Tweet

More Decks by Arjan van der Gaag

Other Decks in Programming

Transcript

  1. site is implemented, you can note it in the graph

    with a check mark, as in figure 1.8. Mikado Goal Prerequisite: Immediate solution to errors when implementing Mikado Goal The Mikado Goal can have several direct prerequisites Add more prerequisites... ...linked to the previous Prerequisites can have common dependencies There can be lots of such dependent changes needed Figure 1.8 Check off the solutions as they are completed.
  2. SEPA incasso allow uploads create processor parse SEPA files add

    transaction fields show SEPA fields extract display logic store amounts
  3. SEPA incasso allow uploads create processor parse SEPA files add

    transaction fields show SEPA fields extract display logic store amounts parse stored amounts move parse to processor
  4. SEPA incasso allow uploads create processor parse SEPA files add

    transaction fields show SEPA fields extract display logic store amounts parse stored amounts move parse to processor
  5. SEPA incasso allow uploads create processor parse SEPA files add

    transaction fields show SEPA fields extract display logic store amounts parse stored amounts move parse to processor ✔ ✔ ✔ ✔ ✔ ✔
  6. SEPA incasso allow uploads create processor parse SEPA files add

    transaction fields show SEPA fields extract display logic store amounts parse stored amounts move parse to processor ✔ ✔ ✔ ✔ ✔ ✔ ✔ ✔
  7. SEPA incasso allow uploads create processor parse SEPA files add

    transaction fields show SEPA fields extract display logic store amounts parse stored amounts move parse to processor ✔ ✔ ✔ ✔ ✔ ✔ ✔ ✔ ✔
  8. Benefits • Keep a stable code base. • Track progress.

    • Enables collaboration. • Increases communication. • Very light-weight.