radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 46 forks source link

Fix usability problem #61

Closed martinhbramwell closed 9 years ago

martinhbramwell commented 9 years ago

With this change users will understand how to proceed when running meteor on its own does not work for them.

radiegtya commented 9 years ago

nice idea, this weekend, if you don't mind, I'll try to tidy up my code n yours. So we can use the best way to fix this

martinhbramwell commented 9 years ago

It is unfortunate that the registered helper name, "app", is so short, common and ambiguous. It's a nightmare to refactor. Splitting it into two pieces each with a more serious name would have made it far easier for me to figure out what that thing actually does.

I would prefer privateConfigurationVars and publicConfigurationVars (or privConfVars and pubConfVars if you have to abbreviate)