Skip to content

Commit

Permalink
Update the design decisions document
Browse files Browse the repository at this point in the history
  • Loading branch information
octopusinvitro committed Apr 27, 2017
1 parent 3e84eb0 commit d47b147
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/design-decisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ this app:
is obscure, that is a code smell and it is better to refactor
the code and make it more readable (and hence maintainable).

* The site specific settings are separated from the site using
a hash whose keys are converted to methods for ease of use. this
hash is passed to the classes in their constructor so that we
don't keep adding arguments to it, but instead the class takes
care of what it needs from the hash.


## Code structure

Expand Down

0 comments on commit d47b147

Please sign in to comment.