bshc.log
로그인
bshc.log
로그인
"static method in class" VS "static method not in class"
About_work
·
2023년 2월 22일
팔로우
0
0
python clean code
목록 보기
7/11
Static method in class
instance variable의 접근이 필요 없을 때 씀
class 자체에서 호출될 수 있다.
특정 instance에만 연관이 있을때보단, 전체 class에 연관이 있을 때 쓰는 것이 적절하다.
Static method not in a class
특별한 class나 instance에 의존하지 않는 함수일 때 적절하다
About_work
새로운 것이 들어오면 이미 있는 것과 충돌을 시도하라.
팔로우
이전 포스트
google python guide
다음 포스트
pytype
0개의 댓글
댓글 작성