https://kotlinlang.org logo
#feed
Title
# feed
r

radityagumay

01/01/2018, 1:02 AM
Android : Event Driven Architecture vs Message Driven Architecture https://www.linkedin.com/pulse/android-event-driven-architecture-vs-message-ahmed-adel
👍 1
c

chi

01/01/2018, 9:01 AM
@radityagumay, I get confused when I hear the word "architecture" most times, is the architecture here the same thing we mean with that of something like "MVP architecture"? cos I fail to see how this is an architecture
r

radityagumay

01/01/2018, 9:07 AM
This depend on context which belong the word 'architecture'. In context of MVP, or other design patterns like MVVM, even MVP-Redux which commonly I use. That's just part of Clean Architecture that make separation of concern of our system. Just keep in mind, architecture only way to separate of concern and implementation good practice to our system. For massage driven architecture, this only part of BIG clean architecture. Or you can simply this just part of whole architecture. By definition, Software architecture refers to the high level structures of a software system, the discipline of creating such structures, and the documentation of these structures. These structures are needed to reason about the software system. From https://en.m.wikipedia.org/wiki/Software_architecture
15 Views