Skip to content

Commit a1139db

Browse files
committed
追加
1 parent 3e8d040 commit a1139db

4 files changed

Lines changed: 320 additions & 68 deletions

File tree

WebSite/assets/data/blogList_en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
33
"id": "blog_00029",
4-
"title": "GoFデザインパターン - ファクトリメソッド編",
4+
"title": "GoF Design Patterns - Factory Method",
55
"date": "2026-01-27T00:00:00.000Z",
66
"category": "Coding",
7-
"description": "GoFコレクションにおけるファクトリメソッドパターン実践ガイド:概念、使いどころ、C++/Python の実装例、注意点と出典を実用的に解説します",
7+
"description": "A practical guide to the Factory Method pattern from the GoF collection: concept, when to use it, C++/Python examples, cautions, and references.",
88
"tags": [
99
"Coding",
1010
"DesignPattern"

WebSite/blog/en/blog_00028.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ <h2 id="mermaid-diagrams">Mermaid diagrams</h2><p>Class diagram (Singleton and c
493493
</div>
494494
</div>
495495

496-
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00027.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00029.html" class="btn btn--next">GoFデザインパターン -… →</a></div>
496+
<div class="post-detail__nav post-detail__nav--bottom"><a href="blog_00027.html" class="btn btn--prev">← GoF Design Pa…</a><a href="../blog.html" class="btn btn--back">← Back to Blog</a><a href="blog_00029.html" class="btn btn--next">GoF Design Pa… →</a></div>
497497
</article>
498498
</div>
499499
<aside class="post-sidebar">

0 commit comments

Comments
 (0)