-
Notifications
You must be signed in to change notification settings - Fork 0
Conventions
octogradiste edited this page Apr 10, 2024
·
6 revisions
Use lowercase letters, -
to separate words, and the prefix feature/
when developing a new feature.
feature/simple
feature/more-than-one-word
Start with a capital letter and use present tense. The first line should be a very short description of the commit. Optionally, longer explanations can be added after a blank line.
Very short description in present tense
Optionally a longer explanation.
This might use multiple lines.
Suffix the implementation with Impl
if there is only one. Otherwise, use a prefix which defines the implementation.
- Interface
Repository
and implementationRepositoryImpl
- Interface
AuthenticationService
and implementationsFirebaseAuthenticationService
,SupabaseAuthenticationService