This video made me realize more things than any youtube course. Thank you!
@wiseAss4 жыл бұрын
I'm very glad to hear that. The sad truth about learning programming is that most people, even those who are great programmers, are really shitty at explaining these things. There are common principles to all software architectures and I sure wish someone had just explained that to me from the start.
@kavinduwimalasooriya71524 жыл бұрын
Great work sir,💪💪💪 U teach me a huge lesson in 10 minutes.... Awesome ❤
@Rajmanov4 жыл бұрын
I really cannot understand why you don't have More subs.
@luthiers54884 жыл бұрын
Can you please make a video on maybe a small application on which you would use those different methods like for example how can it be done in MVVM MVC and in Clean Architecture? Awesome videos I’ve been a fan of yours many years ago
@wiseAss4 жыл бұрын
Hmm, I would like to but I am not sure how to approach that topic from a pedagogical standpoint. What determines whether a given pattern such as MVVM is suitable for a given program, depends on a lot of different factors: 1. Personal preferences/knowledge on testing 2. Personal preferences/knowledge on abstraction 3. Personal preferences/knowledge on separation of concerns/software architecture 4. Personal preferences/knowledge on Libraries/APIs 5. Operating System/Platform 6. Language 7. The complexity of the application/feature you are building So for example, I could explain to you that I find MVVM horrible for application features (parts of the UI) which are complex (i.e. lots of Presentation Logic), because a ViewModel cannot, by definition, be both decoupled from the details of a single View (common design goal of MVVM), and still have fine-grained control of a specific View. It is for this reason that you will see different versions of "MVVM" which are either MVP + Observer Pattern instead of the Presenter directly talking to the View, or you will see a very clean and simple ViewModel with a View which is LOADED with Presentation Logic, or something half way between those. But the thing is, none of those solutions work for me because I care about separation of concerns and testing my code. For that reason I typically use something which is like "MVP + VM", which is nothing more than me applying separation of concerns to my code and seeing that in complex features I often want BOTH a Presenter and a ViewModel. Anyways, I think this is a very good and important question to ask, but the answers are unfortunately highly subjective and case by case. KZbin doesn't do SHIT for me when it comes to these hyper specific videos, so I will have to prioritize other things. Still, I hope I at least answered your question in part. If you haven't read it already, I did such an analysis on MVVM: medium.com/@rkay301/mvvm-on-android-kinda-awkward-tbh-8db78a88f056
@luthiers54884 жыл бұрын
@@wiseAss Makes a lot of sense! I'm also trying to take apart each architecture and try to extract the best of each one in order to create a more suitable architecture for a project, thanks a lot!!! You're awesome
@pejamestuguinay95433 жыл бұрын
I rarely comment but I Thank you and may God Bless you!
@wiseAss3 жыл бұрын
Glad you enjoyed the video
@jutyarnerway94163 жыл бұрын
Great pedagogy. That dislike though.. Why?
@dennisgonzales95214 жыл бұрын
Awesome!
@johannesbakary96054 жыл бұрын
Yo brother, add some more title to your coding music playlist. I dig it
@wiseAss4 жыл бұрын
Will do man; glad you enjoyed it.
@johannesbakary96054 жыл бұрын
@@wiseAss sweet
@bellefille87194 жыл бұрын
Hi ,please pot more live coding for java ... :))) thank you