init: document-haness 설계
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.0",
|
||||
"document_kind": "explanation",
|
||||
"primary_audience": "캐시 운영 경험이 적은 백엔드 개발자",
|
||||
"purpose": "캐시 재시도와 만료 시간의 관계를 설명한다.",
|
||||
"reader_question": "캐시 장애가 커지는 이유와 줄이는 방법은 무엇인가?",
|
||||
"reader_outcome": "재시도와 만료 시간을 함께 검증할 수 있다.",
|
||||
"prerequisites": ["웹 요청의 기본 흐름을 안다."],
|
||||
"assumed_known": ["HTTP"],
|
||||
"must_explain": ["멱등성", "유효 기간"],
|
||||
"non_goals": ["특정 캐시 제품의 설치법"]
|
||||
}
|
||||
Reference in New Issue
Block a user