You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
github 에서 tab 크기를 8로 인식하는 것 때문에, 불편한 경험들이 종종 있었습니다. 특히 아래 케이스에서요.
개발툴에서는 주석의 시작 column 위치를 동일하게 맞춰놓았는데, 정작 github 에서는 맞지 않더라구요.
이슈가 있는건 아닌데 항상 거슬렸습니다 😢
// space 로 맞춘 경우classSomething{foo="twice longer than short value";// ...bar="short value";// ...}// tab 으로 맞춘 경우classSomething{foo="twice longer than short value";// ...bar="short value";// 안맞아요 ㅜㅜ}
물론 주석을 value 바로 옆에 작성하는 경우도 있지만, 필드가 많은 경우, 위처럼 주석 위치를 맞추는게 관심사 분리에 좋다고 생각하는 편입니다.
동일하게 생각하는 분들이 많다면, 개선 방향을 잡아도 되지 않을까 생각하는데요~
The text was updated successfully, but these errors were encountered:
github 에서 tab 크기를 8로 인식하는 것 때문에, 불편한 경험들이 종종 있었습니다. 특히 아래 케이스에서요.
개발툴에서는 주석의 시작 column 위치를 동일하게 맞춰놓았는데, 정작 github 에서는 맞지 않더라구요.
이슈가 있는건 아닌데 항상 거슬렸습니다 😢
물론 주석을 value 바로 옆에 작성하는 경우도 있지만, 필드가 많은 경우, 위처럼 주석 위치를 맞추는게 관심사 분리에 좋다고 생각하는 편입니다.
동일하게 생각하는 분들이 많다면, 개선 방향을 잡아도 되지 않을까 생각하는데요~
The text was updated successfully, but these errors were encountered: