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
The folder name "Features" is vague. What does a "feature" consist of? In practice, it's mostly views and viewmodels that go in this folder. So why not rename it to "Views"?
Also, we copied the naming of a "Screen" from the Android template. But SwiftUI doesn't really have a notion of a screen. Let's rename them to *View and their content view to *ContentView.
The text was updated successfully, but these errors were encountered:
The folder name "Features" is vague. What does a "feature" consist of? In practice, it's mostly views and viewmodels that go in this folder. So why not rename it to "Views"?
Also, we copied the naming of a "Screen" from the Android template. But SwiftUI doesn't really have a notion of a screen. Let's rename them to *View and their content view to *ContentView.
The text was updated successfully, but these errors were encountered: