Meteor methods with better scoping, argument checking, and good defaults.
The mdg:validated-method package is a simple wrapper for Meteor.methods that allows for defining Meteor methods in a structured way with mixins. This package aimed to eliminate the best-practices boilerplate around methods. With the capability to use the package in both Meteor 1.2 and 1.3, it brings convenience and efficiency to method definition in Meteor applications.
The mdg:validated-method package simplifies the process of defining Meteor methods by providing a structured way with the use of mixins. It offers features such as built-in validation, testing convenience, client-side error handling, and method extensions. By abstracting away best-practices boilerplate, this package enhances the efficiency and organization of method definition in Meteor applications.