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
As presented via this presentation, we need to refactor package names to support the KMM Templates in a consistent way across templates.
As we're mixing between singular and plural in our codebase. I see the benefit and purpose of using plurals to explicit that the package contains multiple classes of the same type. Checking out some sample projects around, we can see this point of plural naming usage:
Why
As presented via this presentation, we need to refactor package names to support the KMM Templates in a consistent way across templates.
As we're mixing between singular and plural in our codebase. I see the benefit and purpose of using plurals to explicit that the package contains multiple classes of the same type. Checking out some sample projects around, we can see this point of plural naming usage:
After researching, I found this best practice that could be applied to our template:
homogeneous contents
.heterogeneous contents
.https://softwareengineering.stackexchange.com/questions/75919/should-package-names-be-singular-or-plural
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered: