**Node.js / TypeScript file and folder name convention
**I often notice a problem with how people name files and folders in Node.js applications
The correct way is: lower kebab-case
And here's why, you can read about it in the article:
# [ $davids.sh ] · message #108
**Node.js / TypeScript file and folder name convention
**I often notice a problem with how people name files and folders in Node.js applications
The correct way is: lower kebab-case
And here's why, you can read about it in the article: