Skip to content

Commit b7a9963

Browse files
committed
ビルド更新
1 parent afcd694 commit b7a9963

8 files changed

Lines changed: 1831 additions & 68 deletions

File tree

WebSite/assets/data/blogList.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"id": "blog_00027",
4+
"title": "GoFデザインパターン",
5+
"date": "2026-01-12T00:00:00.000Z",
6+
"category": "Coding",
7+
"description": "",
8+
"tags": [
9+
"Coding",
10+
"DesignPattern"
11+
],
12+
"thumbnail": "assets/img/ogp.png",
13+
"contentPath": "blog/blog_00027.html",
14+
"recommended": true
15+
},
216
{
317
"id": "blog_00026",
418
"title": "Zed Collaborationについて",

WebSite/assets/data/blogList_en.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"id": "blog_00027",
4+
"title": "GoF Design Patterns",
5+
"date": "2026-01-12T00:00:00.000Z",
6+
"category": "Coding",
7+
"description": "",
8+
"tags": [
9+
"Coding",
10+
"DesignPattern"
11+
],
12+
"thumbnail": "assets/img/ogp.png",
13+
"contentPath": "blog/en/blog_00027.html",
14+
"recommended": true
15+
},
216
{
317
"id": "blog_00026",
418
"title": "About Zed Collaboration",

WebSite/blog/blog_00026.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ <h2 id="まとめ">まとめ</h2><p>以上がZedのコラボレーション機
263263
</div>
264264
</div>
265265

266-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00025.html" class="btn btn--prev">← Discordサーバーの運…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a></div>
266+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00025.html" class="btn btn--prev">← Discordサーバーの運…</a><a href="../blog.html" class="btn btn--back">← ブログ一覧へ戻る</a><a href="blog_00027.html" class="btn btn--next">GoFデザインパターン →</a></div>
267267
</article>
268268
</div>
269269
<aside class="post-sidebar">

WebSite/blog/blog_00027.html

Lines changed: 855 additions & 0 deletions
Large diffs are not rendered by default.

WebSite/blog/en/blog_00026.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h2 id="conclusion">Conclusion</h2><p>The above summarizes Zed&#39;s Collaborati
271271
</div>
272272
</div>
273273

274-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00025.html" class="btn btn--prev">← Designing Dis…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a></div>
274+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00025.html" class="btn btn--prev">← Designing Dis…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00027.html" class="btn btn--next">GoF Design Pa… →</a></div>
275275
</article>
276276
</div>
277277
<aside class="post-sidebar">

WebSite/blog/en/blog_00027.html

Lines changed: 872 additions & 0 deletions
Large diffs are not rendered by default.

WebSite/content/blog/blog_00027.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GoF(Gang of Four)は 1994年に刊行された書籍 "Design Patterns: Eleme
4646
クラスやオブジェクトをどう組み合わせてより大きな機能を作るかに関するパターン群です。
4747
インターフェースの適合や責務分離、重複削減に寄与します。
4848

49-
- **振る舞い(Behavioral) **
49+
- **振る舞い(Behavioral)**
5050
オブジェクト間の責務分配ややり取り、アルゴリズムの入れ替えなど実行時の振る舞いに着目したパターン群です。
5151
結合度の低減やテストしやすさを目的とします。
5252

0 commit comments

Comments
 (0)