#software-architecture
Read more stories on Hashnode
Articles with this tag
Refactor and architect your code based on DRY, KISS, and YAGNI principles, beware of over-engineering trap that leads to unnecessary complexity ยท...
I personally prefer fail-fast (offensive) over fail-safe (defensive) programming style because it is practical and improves my code productivity. ยท I...
High-level differences between Model-View-Controller(MVC), Model-View-Presenter(MVP), and Model-View-ViewModel(MVVM) for Android development. ยท It looks...
If you don't have the time to watch these lengthy videos on YouTube, this article is for you. ยท These are the summary of what I learned from all these...