상세 컨텐츠

본문 제목

코드 표기법 #개발 소스

카테고리 없음

by A+티스토리 2022. 10. 5. 15:07

본문

반응형

 

  • flatcase or mumblecase
  • kebab-case. Also called caterpillar-case, dash-case, hyphen-case, lisp-case, spinal-case and css-case
  • camelCase
  • PascalCase or CapitalCamelCase
  • snake_case or c_case
  • MACRO_CASE, UPPER_CASE or SCREAM_CASE
  • COBOL-CASE or TRAIN-CASE

 

참조 : https://stackoverflow.com/questions/17326185/what-are-the-different-kinds-of-cases

 

What are the different kinds of cases?

I'm interested in the different kinds of identifier cases, and what people call them. Do you know of any additions to this list, or other alternative names? myIdentifier : Camel case (e.g. in java

stackoverflow.com

 

반응형

댓글 영역