Skip to content

큐시즘 29기 기업프로젝트 - Kobako 한국방송광고공사

Notifications You must be signed in to change notification settings

Kusitms-28th-Kobaco-B/BackEnd

Repository files navigation

Convention

Commit Convention

Tag Description
feat Commits that add a new feature.
fix Commits that fix a bug.
hotfix Fix an urgent bug in issue or QA.
build Commits that affect build components.
chore Miscellaneous commits.
style Commits for code styling or format.
docs Commits that affect documentation only.
test Commits that add missing tests or correcting existing tests.
refactor Commits for code refactoring.

Coding Convention

Naming Convention

Variables, Functions, and Class Names: Use camelCase.
For functions, use a verb followed by a noun (e.g., getInfo()).
Database Columns: Use snake_case (e.g., member_id).
URLs: Use kebab-case, consisting of lowercase nouns and hyphens (-) as separators (e.g., www.example.com/user).

About

큐시즘 29기 기업프로젝트 - Kobako 한국방송광고공사

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages