728x90
1. Snake Case
big_potato
2. Pascal Case
BigPotato
3. Camel Case
bigPotato
4. UpperCamelCase
5. Hungarian Notation
iBigPotatoNums
6. Kebab Case
big-potato
(like naming a repository)
...
Links to:
Python Naming Conventions
https://visualgit.readthedocs.io/en/latest/pages/naming_convention.html
C++ Core Guidelines
Naming and layout
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-naming
The Best Article
https://www.freecodecamp.org/news/programming-naming-conventions-explained/
'Problem Solving' 카테고리의 다른 글
Registering Coding Contest (0) | 2023.09.27 |
---|---|
방송대 공략집 KNOU-HOW 개정 3판 (0) | 2023.08.16 |
Never ever do this mistake (0) | 2023.07.12 |
My first g++ compile ever (0) | 2023.07.12 |
CGI vs WSGI vs ASGI (0) | 2023.07.02 |