CoC (Convention over Configuration)

 

프로그래밍 네이밍 규칙 최신 트렌드

 

EJB 같은 Setting은 복잡하고 성능이 좋지 않다.

 

예) class Sample

DBTable samples

 

위와 같이 이름을 정하면 DBTable과 class간 연동이 자동으로 된다.

 

위와 같은 룰을 정해놓고 프로그래밍을 한다.

 

Ruby on Rails라는 언어에서 처음 사용되었다.

'컴퓨터공학 > Tool(IDE, Git, Etc)' 카테고리의 다른 글

[Scala] 개발환경 설정  (0) 2016.03.08
sunlight highlighter 사용시 < > 입력해야 할 경우  (0) 2013.01.11
system 설계 고려사항  (0) 2013.01.03
플랫폼  (0) 2013.01.03
Eclipse RCP  (0) 2013.01.03

+ Recent posts