컴퓨터공학/Tool(IDE, Git, Etc)

Convention over Configuration

igloo2 2013. 1. 5. 11:02

CoC (Convention over Configuration)

 

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

 

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

 

예) class Sample

DBTable samples

 

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

 

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

 

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