overture-stack / iobio-components

0 stars 1 forks source link

📂 Update Imports #45

Closed demariadaniel closed 3 weeks ago

demariadaniel commented 1 month ago

Adds Folder Structure to package for components / utils separation

demariadaniel commented 3 weeks ago

Looks good - approving with two points:

  1. I think it can be utils/stats , the "utils" part of stats_utils is already covered the folder it's in
  2. Is there a specific reason files in this repo are snake_cased? We're pretty consistent using camelCase for files across projects or PascalCase / CapitalSnakeCase for React components

Thanks @ciaranschutte I'll update accordingly! iobio-charts uses snake case and kebob so I was mirroring the implementation to a degree.