공부
Folder naming convention for projects
승가비
2021. 5. 31. 17:30
728x90
https://stackoverflow.com/questions/52827722/folder-naming-convention-for-python-projects
Folder naming convention for python projects
What is the naming convention in python community to set names for project folders and subfolders? my-great-python-project my_great_python_project myGreatPythonProject MyGreatPythonProject I f...
stackoverflow.com
What is the convention for word separator in Java package names?
How should one separate words in package names? Which of the following are correct? com.stackoverflow.my_package (Snake Case using underscore) com.stackoverflow.my-package (Kebab Case using hyphen...
stackoverflow.com
728x90