code convention에 대해서 알아보자

김땅주·2021년 4월 19일
0

TIL

목록 보기
7/33
post-thumbnail

convention을 지키는이유?

협업이나 유지보수에 있어 생산성의향상을 가져다주고 가독성이 좋아 컨벤션을 지키는 것이 효율적이다.


🌈 css convention작성하는 순서


  • Layout Properties (position,float,clear,display)
  • Box Model Properties (width, height, margin, padding)
  • Visual Properties (color, background, border, box-shadow)
  • Typography Properties (font-size, font-family, text-align, text-transform)
  • Misc Properties (cursor, overflow, z-index)

  • 🌈 React import 순서


  • React
  • Library(Package)
  • Component
  • 변수/이미지
  • Css
  • profile
    일곱 번 넘어져도 여덟 번 일어나면서 성장하는 프론트 개발자입니다

    0개의 댓글