wild-next icon indicating copy to clipboard operation
wild-next copied to clipboard

refactor: switch to kebab-case naming

Open r0skar opened this issue 2 years ago • 0 comments

MacOS is by default case-insensitive (why??) which can lead to issues if "camelCased" files are misspelled. It will work on a developer's machine, but fail on the server. Using kebab-case gets grid of that and also makes long filenames more readable.

r0skar avatar Sep 27 '22 08:09 r0skar