[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1000251: ITP: decko -- useful Javascript decorators



Package: wnpp
Severity: wishlist

* Package name    : decko
  Version         : 1.2.0
  Upstream Author : Jason Miller <jason@developit.ca>
* URL             : https://github.com/developit/decko
* License         : MIT
  Programming Lang: Javascript
  Description     : useful Javascript decorators

Decorators help simplify code by replacing the noise of common patterns
with declarative annotations.

Decko establishes 3 standard decorators that are immediately
recognizable, so you can avoid creating decorators in your own codebase:

  * @bind: make the value of this constant within a method
  * @debounce: throttle calls to a method
  * @memoize: cache return values based on arguments

I'm packaging this as a depends of ttyd.

Regards,
Daniel


Reply to: