Why is it called ‘business logic’? Where did this term come from? [closed]
For the same reason that the end of a gun which the bullets come out of is called the “business end”. It’s where the primary action happens.
For the same reason that the end of a gun which the bullets come out of is called the “business end”. It’s where the primary action happens.
This is easy Every entity in the system, representing the human-world object which the system is expected to interact with is a business object. The human-world logic in the system around manipulating business objects is a business logic. This is opposed to the objects and logic being part of the implementation details. For example in … Read more
Say you write a system which solves a business need for a customer. The sum of all your code is the application logic, or system architecture – basically the entirety of the system you’re building. The business logic is the code subset which models and drives actual business processes. “What happens when an order for … Read more