-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Below are which must be considered and applied to our all project codes for following reasons.
(1) For our team-based working to be more effective and clear
(2) To easily manage our codes(or other files, too) when we want to scaling up the project
- Code Style
-
Formatting:
- Use ESLint + Prettier
-
Naming Convention:
-
UpperCamelCase for Classes in frontend side
-
lowerCamelCase for normal variables or functions in frontend side
-
snake_case for backend side
-
- Directory Structure
Currently, there are directories named component and container for our frontend component.
Must be changed to a structure that each directory exists per one big feature and the directory contains all related files to it.
e,g.)
-
Club
- ClubMain
- ClubDetail
- ClubCard
-
Somoim
- SomoimMain
...
- SomoimMain
Reactions are currently unavailable