I think of it as the parts of code that are specific to a business. The unique stuff that the business itself does, not generic stuff that all software does.
Spotify does music, a “play” function that starts music is business logic. A function that calculates the average of a set of numbers is generic code so not business logic.
I think of it as the parts of code that are specific to a business. The unique stuff that the business itself does, not generic stuff that all software does.
Spotify does music, a “play” function that starts music is business logic. A function that calculates the average of a set of numbers is generic code so not business logic.