Category: domain model

Write Reusable JavaScript Business Logic with peasy-js

When writing applications, we often couple our valuable business logic with framework specific code. For example, when using Angular it is common to disperse business logic across services, controllers, and even directives. This also applies to JavaScript written for the back-end, where it common to litter our Sails (...