ComputerProgramming에 있어서 코딩할때 지키는 습관

Python style guide : http://www.python.org/doc/essays/styleguide.html

이름짓는 다양한 방법들

  • x (single lowercase letter)
  • X (single uppercase letter)
  • lowercase
  • lower_case_with_underscores
  • UPPERCASE
  • UPPER_CASE_WITH_UNDERSCORES
  • CapitalizedWords (or CapWords)

  • mixedCase (differs from CapitalizedWords by initial lowercase character!)

  • Capitalized_Words_With_Underscores (ugly!)


SeeAlso CodingStandard, CodingStyle

CodingStandard (last edited 2011-08-03 11:00:49 by localhost)

web biohackers.net