명세,specification

specification의 번역: 규격, 사양, 명세 ...

Sub:



MKL
표준,standard
구현,implementation 과의 비교
{
// 여기 그냥 내생각 대충이므로 chk

예를 들어 API나 protocol같은 것은 사양, 명세이며 구현과는 독립적이다.
표를 만드는 게 better?

software
specification API
implementation 라이브러리,library

xy를 바꾸는 게 낫겠다

specification implementation
ex. as software: API 라이브러리,library, 프레임워크,framework?
ex. as protocol: RFC등등.. protocol suite/stack protocol suite/stack을 구현한... 뭐라 표현하는 게 최선? network interface ?
OO에 비유하면 class instance
실제 형태는 보통 문서 형태 보통 소스코드 or 바이너리 형태
서술된 것은 원칙, 규칙, 인터페이스, ... 코드(소스 or 실행가능)
성격 추상 실체 (i.e. 구현체)

}