Eye-Remocon Tech Blog Home Edge Project

Modify build.sh

Project Build.sh 수정

1️⃣ Modify build.sh and tools/create_fs.sh

K-008

  • Description : I modified the build.sh and tools/create_fs.sh files to create /var/edge-orchestration/user/orchestration_userID.txt.
  • Type of change : Code cleanup/refactoring
  • PR


2️⃣ 값진 코드 리뷰

  • $ git commit 하실 때 –sign-off 넣기
    • 오픈소스 컨트리뷰션에 커밋에 Signed-off-by: [이름] [이메일] 식으로 반영 필요
    • 참고 : 3e36d86
  • TDD 개발 방식에 맞춰 다른 사람이 쉽게 테스트 할 수 있도록 ‘How Has This Been Tested?’ 작성 필요
  • 코드 내 쓸데없는 빈줄, 빈칸 추가는 코드의 가독성을 낮출 수 있으므로 주의