From 13f60899394f3bda4b77e6d5dc71f418ad0e2975 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sun, 17 Jul 2022 01:54:31 +1000 Subject: 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 --- LEARNING.md | 4 ++-- 1 file 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 -- cgit