Any concerns / updates after few months? I am currently developing application, where I moved Meteor.methods to server/methods, instead of handling them in libs, so no need to check whether we are in client or server environment. For bigger applications, it might be useful.
Also, maybe we can mention something about creating namespace.js file, where we can declare our "global" placeholders, so that in other parts we can easily use 'use strict'?
If you are open to any kind of discussion on that - let me know. I can share my thoughts on that and I am looking forward to hearing your opinion, as it's always good to discuss your approach with somebody else!
PS. FAQ is great for new-comers!
Any concerns / updates after few months? I am currently developing application, where I moved
Meteor.methodstoserver/methods, instead of handling them in libs, so no need to check whether we are in client or server environment. For bigger applications, it might be useful.Also, maybe we can mention something about creating
namespace.jsfile, where we can declare our "global" placeholders, so that in other parts we can easily use'use strict'?If you are open to any kind of discussion on that - let me know. I can share my thoughts on that and I am looking forward to hearing your opinion, as it's always good to discuss your approach with somebody else!
PS. FAQ is great for new-comers!