| |
John Spacey, January 18, 2017 updated on March 05, 2023
Business logic is the automation of business rules. It is a coding term that is used to distinguish between code that implements business functions and code that is ancillary or non-functional. The following are illustrative examples.
ValidationRules for validating user input.TransactionsThe rules for executing a transaction such as a purchase.CalculationCalculating values such as a discount on an order.Process FlowDeciding how to trigger steps in a process.Page FlowDeciding what pages to display to a user.Data TransformationRules for transforming data from one format to another such as how to display an account number to a user.
NotificationsDeciding when to notify people of information. For example, the rules for sending an alert that an industrial robot is in need of maintenance.EventsWhen to trigger events such as the rules to determine that passengers have left a vehicle. Such an event might be handled with other business rules such as deciding to turn off interior lights.Making decisions such as what product to promote to a customer on an ecommerce web page.
Coding
This is the complete list of articles we have written about coding.
If you enjoyed this page, please consider bookmarking Simplicable.
© 2010-2023 Simplicable. All Rights Reserved. Reproduction of materials found on this site, in any form, without explicit permission is prohibited.
View credits & copyrights or citation information for this page.
|