#software-engineering
Read more stories on Hashnode
Articles with this tag
Many developers know how to survive screen rotations using ViewModel or rememberSaveable, but the bigger questions remain: Why does state get lost in...
Recently, while working on a project, I began to reflect on the application of the DRY principle. I often avoid repetition, ensuring that every piece...
As developers, we strive to create applications that are not only functional and user-friendly, but also optimized to utilize system resources...
Hi Developers, let's talk about "Boolean blindness" and why you should avoid using boolean to manage states in your application. If I come up to you...