SOLID: Design principles of Object-Oriented Design
Software engineers often find it very hard to refactor or change a piece of code, even if they understand the codebase thoroughly. The change could be as simple as fixing a bug, or as complex…
Software engineers often find it very hard to refactor or change a piece of code, even if they understand the codebase thoroughly. The change could be as simple as fixing a bug, or as complex…
In the previous post, we saw how to create the layout of a basic login screen. However, all the code was written in a single file. Also, all the styles for various widgets were written…