...

/

Business Logic Makes Our App Special and Complex

Business Logic Makes Our App Special and Complex

Learn what business logic is and what effects it will have on our application.

What is business logic?

Business logic is the term we’ll use to refer to the core logic of our app that is specific to whatever our app needs to do. If our app needs to send an email every time someone buys a product, but only if that product ships to Vermont, unless it ships from Kansas, in which case we send a text message, this is business logic.

The biggest question Rails developers often ask is, where ...