Replies: 1 comment 3 replies
|
@elmerbulthuis Right now, we have a naming convention within the |
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.
Uh oh!
There was an error while loading. Please reload this page.
File naming
kebab-case-for-all-filesMotivation: OSX is case insensitive, but Linux is. This way, we can prevent any issues with renaming files.
All reactions