<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 완성 → 리뷰 → 버전업 단계로 진행한다.
</aside>
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 주석쓰는 방식 통일 ( 2024-04-25 함수에만 적용, 필요할 경우 적어도 됨 )
</aside>
/*
* 날짜 : 2024-04-14
* 작성자 : 황재민
* 설명 : 구체적으로 무슨 함수를 쓰는지
@ param : 각 매개변수 정의
@ return : return 값 정의
**/
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 변수 명은 카멜케이스로 고정 , (함수, 클래스) 는 파스켈케이스로 고정
</aside>
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 파일 명, 디렉토리의 명은 회의시간 때 결정
</aside>
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 주말에 git push 할 시, 다른 팀원들에게 알림 주기
</aside>
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 2024-04-25 추가 : 출근 : Pull , 퇴근 : Push
</aside>
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 2024-04-25 추가 : 일일 업무 작은 단위 완료하여도 Commit 하기
</aside>
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 2024-04-25 추가 : 일일 업무에서 파생된 업무들을 이슈로 표현하여, 팀원들이 관련 상황을 알 수 있게 한다.
</aside>
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 2024-04-25 추가 : Slack의 이용규칙 준수
</aside>
<aside> <img src="/icons/exclamation-mark_yellow.svg" alt="/icons/exclamation-mark_yellow.svg" width="40px" /> 2024-04-25 추가 : 커밋 내용은 : 제목 본문 바닥글 나뉘며 각 단락마다 빈 공백으로 분류한다.
</aside>