명세,specification

Difference between r1.11 and the current

@@ -1,5 +1,20 @@
specification의 번역: 규격, 사양, 명세 ...
#noindex
##=====명세,specification =,specification 명세 specification
specification의 번역: '''규격, 사양, 명세''' ... 
 
내생각대충
{
[[구현,implementation]]과는 독립적이다
 
> class : instance = 명세 : 구현
비슷한 관계가 있다? [[클래스,class]] : [[인스턴스,instance]] = '''명세,specification''' : [[구현,implementation]]?
}

'''명세'''에서 [[서술,description]]할 대상은
* requirement - [[requirement]]
* ...
 
----
Sub:

[[formal_specification]] : 형식명세, 형식적명세, 정형명세,
@@ -12,6 +27,7 @@
소프트웨어 필요사항 명세, ...
WpKo:소프트웨어_요구_명세
WpEn:Software_requirements_specification
[[requirement]]

[[명세언어,specification_language]]
WpKo:명세_언어


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

내생각대충
{
구현,implementation과는 독립적이다

class : instance = 명세 : 구현
비슷한 관계가 있다? 클래스,class : 인스턴스,instance = 명세,specification : 구현,implementation?
}

명세에서 서술,description할 대상은

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. 구현체)

}