A-Z Popular Blog Coding Search »
Coding
 Advertisements
Related Guides

9 Examples of Business Logic

 , updated on
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.

Validation

Rules for validating user input.

Transactions

The rules for executing a transaction such as a purchase.

Calculation

Calculating values such as a discount on an order.

Process Flow

Deciding how to trigger steps in a process.

Page Flow

Deciding what pages to display to a user.

Data Transformation

Rules for transforming data from one format to another such as how to display an account number to a user.

Notifications

Deciding when to notify people of information. For example, the rules for sending an alert that an industrial robot is in need of maintenance.

Events

When 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.

Decisions

Making decisions such as what product to promote to a customer on an ecommerce web page.
Overview: Business Logic
Type
Related Concepts

Coding

This is the complete list of articles we have written about coding.
Abstraction
Algorithms
API
Bootstrapping
Caching
Code Refactoring
Code Smell
Complexity Hiding
Components
Deep Magic
Edge Case
Event Processing
Forward Compatibility
Hardcoded
IT Artifact
IT Examples
Layers
Microservices
Negative Code
Precomputation
Proof Of Work
Pseudorandom
Reusability
Scalability
Software Design
More ...
If you enjoyed this page, please consider bookmarking Simplicable.
 

Coding

A list of coding considerations and techniques.

Emergence vs Big Design Up Front

The difference between emergence and big-design-up-front.

Deep Magic

An overview of deep magic, a technology term.

Principle Of Least Astonishment

An overview of the Principle Of Least Astonishment.

Pull vs Push

The difference between pull and push technology.

Binary vs Hexadecimal

A comparison of binary and hexadecimal.

End-User Computing

An overview of end-user computing.

Library vs API

The difference between a library and API explained.

Code Reuse

The common types of code reuse.

Code Freeze

The common types of code freeze.

Automation

A list of ways to automate.

Over-Automation

An overview of over-automation.

Orchestration vs Choreography

The difference between process orchestration and choreography.

Types of Technology

A reasonably comprehensive list of information technologies.

Robotics vs Artificial Intelligence

The different between robots and AI.

Automation vs Robotics

The difference between automation and robotics.

Machine Data

The common types of machine data.

Office Automation

The common types of office automation.

Autonomous Systems

Common types of autonomous systems.

Automation Risk

A definition of automation risk with examples.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map