Git - Book

Naming Convention

In Java/Spring and TypeScript server running on Bun, the common naming convention is camel case. This means that variable and method names start with a lowercase letter and subsequent words are capitalized (e.g., myVariable, myMethod()).

In TypeScript/React Native, the common naming convention is pascal case. This means that variable and method names start with an uppercase letter and subsequent words are also capitalized (e.g., MyVariable, MyMethod()).

우아한테크코스 스타일 가이드

Spring Boot

Bun Server using TypeScript

React Native using TypeScript

Git Flow

Git flow

Git Hook