Update README.md

This commit is contained in:
Jungpyo Hong 2021-04-10 04:18:23 -05:00 committed by GitHub
parent ca7f091b03
commit b495e8ed40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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