Naming Conventions #201
malliaridis
started this conversation in
Ideas
Replies: 2 comments 11 replies
-
This sounds like more related to MVIKotlin, isn't it? Let me know, so I could transfer it there. Here is a general guide.
|
Beta Was this translation helpful? Give feedback.
8 replies
-
On the naming convention topics - how to you manage the names of callback or actions? Across the project I have a lot of interface methods and later on params like:
I did not find a way to have the same name on the Component interface and what to pass as Component constructor param. Do you use any convention here? Thanks! |
Beta Was this translation helpful? Give feedback.
3 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.
-
After studying a while Decompose's sample projects I saw that they are all following the same naming conventions, which I find awesome. However, I have sometimes difficulties to define the right verb or name for specific classes of
Intent
s,Label
s ,Action
s andMessage
s.Would it be a good idea to work on a standardization / guide for the naming conventions for Decompose-specific objects? I would like to have something I can look for when I write or review code.
Beta Was this translation helpful? Give feedback.
All reactions