[RFC] View naming convention in SwiftUI #477
Closed
markgravity
started this conversation in
Polls
Replies: 2 comments
-
I think it makes sense in Clean-MVVM to always have the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I closed this RFC since it reached the due date. We will follow the 2nd option. Thread on Slack: https://nimble-co.slack.com/archives/C418DBL2W/p1684289178823219 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why
It is inconsistent in the way we name a view when using SwiftUI, we can see the way how Apple names its views:
VStack
notVStackView
List
notListView
so it means we don't need to add the
View
postfix every time in our customView
or we need a commit in the team about this convention8 votes ·
Beta Was this translation helpful? Give feedback.
All reactions