I often see engineers mixing up libraries, frameworks, and Software Development Kits. They use these words like they mean the same thing. Even more confusion can come if we add APIs, platforms, and DSLs to the conversation. But to make our own framework, we need to understand all these things.
According to Dictionary.com, the formal definition of the term “framework” is “a basic structure, plan, or system, as of concepts, values, customs, or rules”.
The collective unconscious of humanity, also known as LLM, suggests the following definition for ADF: An application development framework is a software library offering a fundamental structure for building applications within a specific environment. It acts as a reusable foundation, supplying pre-defined functionalities and promoting code organization through established conventions. This approach streamlines development by reducing repetitive coding...