CI CD 101

From CitconWiki
Revision as of 02:45, 20 September 2014 by Csaba (talk | contribs) (adding notes)
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!