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
Many, if not most, programs have default values that are used when the end-user or the caller don't not specify their preferences. These can be static class constants or the initial values of instance variables:
The following existing Gitmojis are inappropriate for indicating changes to default values:
๐ง and ๐ฑ because they refer specifically to configuration/seed files instead of in-code values
๐จ because it's about development scripts instead of source code values
๐จ because it refers to code structure instead of variables'/constants' values
๐ฌ because it does not cover any types other than string
๐๏ธ because modifying default values doesn't change the architecture itself
โป๏ธ because adding or updating values is much more specific than โrefactoring codeโ in general, and the term โrefactoringโ is usually used when referring to implementation changes (i.e. modified logic)
๐ท๏ธ because it's about constants'/variables' values, not their types
๐ because changing default values doesn't modify any logic
Is this use case covered by an existing emoji?
No โ
Does this emoji fall into the "how" or the "what" category?
This proposal do not describe "how" a commit was made, but does in fact describe "what" is the contents of the commit about.
Examples
๐๏ธ Updated the HTTP client's default time-out
Emoji symbol
๐๏ธ
Emoji code
๐๏ธ
Emoji description
Add/update default values
Describe the use case of your emoji
Many, if not most, programs have default values that are used when the end-user or the caller don't not specify their preferences. These can be static class constants or the initial values of instance variables:
The following existing Gitmojis are inappropriate for indicating changes to default values:
Is this use case covered by an existing emoji?
No โ
Does this emoji fall into the "how" or the "what" category?
Examples
Validations
The text was updated successfully, but these errors were encountered: