Steelhacks-2023 / Lost-At-Pitt

Lost @ Pitt is a multi-platform lost-and-found tracking application, allowing users to return & reclaim lost items. Currently in development!
https://steelhacks-2023.github.io/Lost-At-Pitt/
6 stars 0 forks source link

File Structure & Naming Conventions #13

Closed tbeidlershenk closed 10 months ago

tbeidlershenk commented 10 months ago

Title ^ Just need to organize the codebase

jeffzheng13 commented 10 months ago

So are pages capital CamelCase or camelCase and then classes are capital CamelCase I'm pretty sure, right? Just trying to establish now so we can maintain a cleaner and tidy-er codebase.

tbeidlershenk commented 10 months ago

@jeffzheng13 Flutter standard is classes PascalCase and file names snake_case so we'll go with that