-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sig#779 - Coding Style: file and folder naming not consistent #700
Comments
assigning this to @manojava-gk as he asked for new tickets and @lavanya-bmw is still busy with other stuff |
@oyo here is my analysis on case consistency issue in the portal app. Current folder structure and the case usage inside it src
|
@oyo can this issue get closed? |
Current Behavior
Source code files and folders are not named consistent - especially starting character upper and lower case is mixed.
Expected Behavior
We expect a clear and consistent naming scheme for our codebase.
Steps To Reproduce
Check the structure of the src/ folder. There are two steps:
First goal is to develop a style guide for our Typescript and React repositories inspired by best practices used in the community. Some popular guides can be found here
https://github.com/airbnb/javascript/tree/master/react
https://google.github.io/styleguide/tsguide.html
https://docs.aws.amazon.com/prescriptive-guidance/latest/best-practices-cdk-typescript-iac/typescript-best-practices.html
https://www.linkedin.com/pulse/react-js-naming-convention-kristiyan-velkov/
After we identified an appropriate style guide rename files and folders not following that style.
The text was updated successfully, but these errors were encountered: