From b495e8ed40df266c0ff1ff66e3e1a464e3de6f2a Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Sat, 10 Apr 2021 04:18:23 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7a39f16..e6f4bf6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## Content - [Coding convention](#Coding-convention) - [Design Pattern](#Design-Pattern) +- [Code Structuring](#Code-Structuring) + - [MVC] - [UIDesign](#UIDesign) - [API](#API) - [JSON](#JSON) @@ -43,7 +45,9 @@ class SingletonPattern { private init() {} } ``` +## Code Structuring +### MVC ## UIDesign