C++ 코드 작성 컨벤션

int hello_world; //변수
int helloWorld() //함수
const int HELLO_WORLD //상수

클린 코드 작성