September 28, 2018
Structure code in better way Always try to work on modular approach or in the form of tiny independent chunks. Having this approach, we can avoid complexities by making the code easier for the other developer who will work on the app in future. When we write code , we might think we know how […]