srcagency / mongo-document

Add some mongodb helper methods to a document
0 stars 0 forks source link

Use ES6 symbols or weakmap for meta data #8

Open tjconcept opened 9 years ago

tjconcept commented 9 years ago

Instead of the ugly _mongoDocument_persisted use an ES6 symbol (http://www.2ality.com/2014/12/es6-symbols.html)

tjconcept commented 9 years ago

Roadmap: wait for first stable nodejs release with weakset support. Set it as an engine requirement and implement.