|
7 | 7 | <meta name="giscus:backlink" content="https://chebread.github.io/post/보호-구문을-활용하라"> |
8 | 8 |
|
9 | 9 | <title>보호 구문을 활용하라 | 차한음 블로그</title> |
10 | | - <meta name="description" content="추석 때 켄트 벡의 Tidy First를 읽게 되었다. 이 책에서 첫 번째로 나오는 개념인 '보호 구문'을 설명해 보도록 하겠다. 보호 구문이란, 전제조건이라고 생각하면 된다. 즉..."> |
| 10 | + <meta name="description" content="Tidy First? (켄트 벡)"> |
11 | 11 | <meta name="author" content="차한음"> |
12 | 12 | <link rel="canonical" href="https://chebread.github.io/"> |
13 | 13 |
|
14 | 14 | <meta property="og:title" content="보호 구문을 활용하라 | 차한음 블로그"> |
15 | | - <meta property="og:description" content="추석 때 켄트 벡의 Tidy First를 읽게 되었다. 이 책에서 첫 번째로 나오는 개념인 '보호 구문'을 설명해 보도록 하겠다. 보호 구문이란, 전제조건이라고 생각하면 된다. 즉..."> |
| 15 | + <meta property="og:description" content="Tidy First? (켄트 벡)"> |
16 | 16 | <meta property="og:type" content="article"> |
17 | 17 | <meta property="og:url" content="https://chebread.github.io/post/보호-구문을-활용하라"> |
18 | 18 | <meta property="og:site_name" content="차한음 블로그"> |
19 | 19 |
|
20 | 20 | <meta name="twitter:card" content="summary_large_image"> |
21 | 21 | <meta name="twitter:title" content="보호 구문을 활용하라 | 차한음 블로그"> |
22 | | - <meta name="twitter:description" content="추석 때 켄트 벡의 Tidy First를 읽게 되었다. 이 책에서 첫 번째로 나오는 개념인 '보호 구문'을 설명해 보도록 하겠다. 보호 구문이란, 전제조건이라고 생각하면 된다. 즉..."> |
| 22 | + <meta name="twitter:description" content="Tidy First? (켄트 벡)"> |
23 | 23 |
|
24 | 24 | <script type="application/ld+json"> |
25 | 25 | { |
|
35 | 35 | "name": "차한음", |
36 | 36 | }, |
37 | 37 | "datePublished": "2025-10-12", |
38 | | - "description": "추석 때 켄트 벡의 Tidy First를 읽게 되었다. 이 책에서 첫 번째로 나오는 개념인 \u0027보호 구문\u0027을 설명해 보도록 하겠다. 보호 구문이란, 전제조건이라고 생각하면 된다. 즉..." |
| 38 | + "description": "Tidy First? (켄트 벡)" |
39 | 39 | } |
40 | 40 | </script> |
41 | 41 |
|
|
70 | 70 | <header class="post-header"> |
71 | 71 | <h1 class="post-title">보호 구문을 활용하라</h1> |
72 | 72 | <p class="post-date"><time datetime="2025-10-12">2025년 10월 12일</time></p> |
73 | | - <p class="post-category"><a href="/posts/%ec%97%90%ec%84%b8%ec%9d%b4">[에세이]</a></p> |
| 73 | + <p class="post-category"><a href="/posts/%eb%8f%85%ec%84%9c">[독서]</a></p> |
74 | 74 | </header> |
75 | 75 | <div class="post-body"> |
76 | 76 | <article class="markdown-body"><p>추석 때 켄트 벡의 Tidy First를 읽게 되었다. |
|
0 commit comments