Framework and business objects
Creating a framework and business objects in a program makes the production easier, smoother and have cleaner code

Framework

When writing programs, it is essential to create and work with a framework. A framework is a project where common and re-usable code is stored. It is written in a way that it can be used anywhere at anytime. Code such as logins, connection strings and data types are just a few of the many components written up in a framework.