Skip to content
Hitoshi Otsuki edited this page Nov 1, 2017 · 3 revisions

Development Strategy

  • One of the main purposes of this project is to get myself familiarize with the React+Redux concept. So I don't think it is a good idea to use a lot of libraries out there to ease the development speed. Of course, once I feel comfortable with React+Redux, I can refactor my code with a bunch of useful libraries!

Test

  • High coverage is not the only one criteria of the quality. But nothing is better than high test coverage, so when making new commits, make sure that the coverage >= 90
Clone this wiki locally