StudentScoreManager studentScoreManager = new StudentScoreManager();

studentScoreManager.selectStudentScore(param);


이렇게 쓰는 코드보면 너무 장황하다는 생각이 드는데

적어도 띄어쓰기 느낌나는 스네이크 표기법을 했으면 좀 낫지 않았을까?


Student_Score_Manager std_Scr_Mgr = new Student_Score_Manager();

std_Scr_Mgr.select_Std_Scr(param);