#Asking for file naming convention
5 messages · Page 1 of 1 (latest)
Personally I use hyphenated-feature.type.ts
There's no problem with whatever convention you choose, the CLI generator will have it's own opinion but you can create your own schematics or create files by hand or modify them later with no repercussions
Thanks. I respect the idea of creator. So I decided to follow conventions of NestJS sample project as you.
could not help to respond
i prefer to use pascalCase but in case of a class i switch to CamelCase
as you are bound to run into them for services class-validator and some other relsted things
@tawny vapor do you mind me asking what made you switch from C# to Typescript?