The README describes the architecture layer as "Features (with SwiftUI views and view models)",
but the project structure uses a folder named Views.
A feature is a vertical slice that includes both views and view models — not just views.
The folder name Views undersells this and could lead developers to place view models elsewhere.
Suggestion: rename Views to Features to better reflect the architecture intent described in the README.
The README describes the architecture layer as "Features (with SwiftUI views and view models)",
but the project structure uses a folder named
Views.A feature is a vertical slice that includes both views and view models — not just views.
The folder name
Viewsundersells this and could lead developers to place view models elsewhere.Suggestion: rename
ViewstoFeaturesto better reflect the architecture intent described in the README.