This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
components and Class names #15
Unanswered
watchoutfreedom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Naming best practices
We need to decide the best naming for components. I prefer TypeModel (Example CardNotification) but I wanted to change it to ModelType in some components when there are too components for a model (example: Buttons). Also we need to think if we go with ButtonList for a general element like a List (right now it will have only buttons, but I don't know in the future), or it's better to choose List.
For regular buttons I decided to use Btn, to differenciate from HelpButtons Buttons.
tell me your thoughts, thanks
Beta Was this translation helpful? Give feedback.
All reactions