CI CD 101

From CitconWiki
Revision as of 02:44, 20 September 2014 by Csaba (talk | contribs) (Created page with "PJ talking about CI CD phases From idea to market/value Goal is to remove all the obstacles between the idea and it getting done as value. - Idea -- define a bucket of accep...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

PJ talking about CI CD phases

From idea to market/value Goal is to remove all the obstacles between the idea and it getting done as value.

- Idea -- define a bucket of acceptance tests Comments on the customer not willing to cover/document their acceptance tests, but in some cases there is improvement here -- write broken acceptance tests

- write code to make the first test pass -- write broken unit tests -- write just enough code -- refactor -- every time a test goes green - commit!