standards-and-practices
standards-and-practices copied to clipboard
Nativescript - Create multiple folder for each technology
Is your feature request related to a problem? Please describe.
Nativescript can work with multiple technologies, like angular, javascript, typescript, vue, and react.
For now we have developing project with NS with Angular.
To not confuse other developers, we need add Nativescript-Angular
. When reference in what tech base we work with.
In the future, when we have new projects using diff technology than Angular. All documentation will be mixes and it will be confusing and hard to find for a specific tutorial/article.
Describe the solution you'd like
(1) Should we create one subfolder inside nativescript for each technology we use? Or (2) just rename the actual folder to Nativescript-Angular
(that is the convention nativescript team uses)?
1 - Create sub-folder based on each technology NS uses. like
Nativescript
+- Angular
+- React
+- etc...
or
2 - Rename the actual folder to Nativescript-Angular
. Because we just have apps created in NS based in Angular.
Then when we create a new project with other technology, we create a new folder like Nativescript-React
or Nativescript-etc...
For me, I pick option 2. We keep NS convention and is less one click to open new folder.