569 B
569 B
meta archietecture
Package structure
The repo structure follows official Package structure with slight modifications.
- put each
<FEATURE NAME>/
s infeatures/
sub-directory underui/
. test/features/
contains BDD unit tests for each feature. It focuses on pure logic, therefore will not accessView
butViewModel
andModel
.test/widget/
contains UI widget(component) tests which focus onView
of MVVM only.