You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrisman Brown edited this page Oct 9, 2019
·
6 revisions
What we decided to do and why
Front End
Framework
Decision: ELM
Why: We fully embrace the Cult of Functional Programming
CSS
Decision: No framework. Write it from scratch.
Why: We like writing CSS. Frameworks are a trade-off between quickly getting up off the ground at the cost of easy fine tuning of style. We opt for full flexibility from the beginning.
Back End
Framework
Decision: Phoenix
Why: It is the Elixir web framework.
Testing
Decision: Approach it casually. Do just enough to get a feel for the Elixir Way.
Why: Testing is not the main focus of this exercise, and we don't feel the need to strive for anything close to 100% test coverage.