Member-only story

Don’t Forget the Business Logic

The business is at the heart of software development

Steven Curtis
4 min readMar 30, 2020
Photo by Helloquence on Unsplash

Many programmers create software that looks great, and has incredibly interesting technology under the hood.

Then people don’t use it, and one-star reviews greet the release of the software. The developer doesn’t get feedback from users and misses the opportunity to understand their user-base and make the software that will truly change the world.

How does this happen?

How can we ensure that our software will be suitable for the target market?

Read on…to find about why business logic is so essential in software development…

Business Logic

Business Logic is the part of the program that encodes business rules and manipulates data according to those rules.

In practice, it gives your software a reason to exist and an opportunity to give customers a great experience.

The Business Logic Example

When developing an ecommerce website, you would be asked for a shipping and billing address before being asked for payment

The Business Rules Example

--

--

No responses yet