Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,12 @@ h2. General
** Fix it if it ain't broke
*** We only refactor code that we are actively working on, otherwise we live with the imperfections and tackle higher priority issues.

h2. Requirements

* DO
** Ensure that acceptance criteria are clearly identified before starting work on a story
* CONSIDER
* AVOID
* DON'T

h2. Design

* DO
** Follow SOLID:http://en.wikipedia.org/wiki/SOLID_(object-oriented_design) design principles
** Ensure that acceptance criteria are clearly identified before starting work on a story
* CONSIDER
** Pursuing a functional approach - immutable types, "pure functions":http://en.wikipedia.org/wiki/Pure_function etc
** Asking for a design review at any point of working on a story
Expand Down