Skip to content
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

re-organize component directory #45

Open
hsorathia opened this issue Aug 4, 2021 · 0 comments
Open

re-organize component directory #45

hsorathia opened this issue Aug 4, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement small fix or addition to something that we were working on

Comments

@hsorathia
Copy link
Contributor

hsorathia commented Aug 4, 2021

right now our component directory is a mess and not in line with the naming convention of the rest of the repo

somethings that we should probablly do

  1. rename Components/ to components/
  2. group files / components based on their relevance to each other
  • no component should be directly under the components/ directory, it should be in a sub-directory of components

for example if we have the following:
Components/navbar.tsx
it should become
components/NavBar/navbar.tsx

@hsorathia hsorathia added documentation Improvements or additions to documentation enhancement small fix or addition to something that we were working on labels Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement small fix or addition to something that we were working on
Projects
None yet
Development

No branches or pull requests

1 participant