cvut / javascript

JavaScript Quality Guidelines and Recommendations
MIT License
22 stars 4 forks source link

Add part about object factories #6

Open jnv opened 9 years ago

jnv commented 9 years ago

Guide recommends to avoid classes and prototypes but doesn’t have a separate section about object factories as a recommended way (though FP part about data/behaviour separation is close). I should fix that in a later revision.