Skip to content

Commit

Permalink
feat : 20240814_정적 팩토리 메서드 패턴_김택준 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorwns118 authored Aug 27, 2024
1 parent 26f14fe commit 9aec465
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions 기술세미나/_posts/2024-08-14-StaticFactoryMethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ title: 정적 팩토리 메서드 패턴
author: 김택준
categories: 기술세미나
banner:
image: assets/images/post/2023-11-05.webp
background: #000
height: 100vh
min_height: 38vh
heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline"
tags: [정적 팩토리 메서드 패턴, static, factory method pattern]
image: assets/images/post/2023-11-05.webp
background: "#000"
height: "100vh"
min_height: "38vh"
heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline"
tags: [정적 팩토리 메서드 패턴, static factory method, design pattern]
---


# Static Factory Method Pattern

## 정적 팩토리 메서드 패턴이란?
Expand Down

0 comments on commit 9aec465

Please sign in to comment.