mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

How to do DRY? #102

Open tohagan opened 9 years ago

tohagan commented 9 years ago

I've noticed that most flavours of couchapp tools include a feature avoid code duplication.

The CouchDb guide shows that the original python couchapp used macros:

Does your tool support this or some other DRY mechanism ?