diff options
author | Nicholas Tay <nick@windblume.net> | 2022-07-17 01:54:31 +1000 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-07-17 01:54:31 +1000 |
commit | 13f60899394f3bda4b77e6d5dc71f418ad0e2975 (patch) | |
tree | 7b3212f26393c3c2bfcb477592c6c7fa22677573 | |
parent | 358f540104aa38b3911f913a0bca047921210205 (diff) | |
download | forayios-13f60899394f3bda4b77e6d5dc71f418ad0e2975.tar.gz forayios-13f60899394f3bda4b77e6d5dc71f418ad0e2975.tar.bz2 forayios-13f60899394f3bda4b77e6d5dc71f418ad0e2975.zip |
Update LEARNING.md
Yeah it's basically over now since I've already started work on a real
app. This will just continue to be my playground
Diffstat (limited to '')
-rw-r--r-- | LEARNING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LEARNING.md b/LEARNING.md index a01f53c..2c04f65 100644 --- a/LEARNING.md +++ b/LEARNING.md @@ -20,10 +20,10 @@ - [x] The 'coordinator pattern' - Don't worry about child coordinator - Decouple VCs from views -- [ ] Custom views, separate View from VC +- [x] Custom views, separate View from VC - HasCustomView, see FeedbackVC - OK to have how I had it, taking in set data as string/images and not a ViewModel, since View could be reused in this way without coupling it to ViewModel, but either way works -- [ ] Presenter +- [x] Presenter - VC shouldn't see PenguinItem, only the one for rendering, e.g. 'PenguinItemModel' - ViewModel struct can be together with Presenter file if simple - [ ] Background thread |