resource / Front-End-Standards

Front-end development standards for Resource.
MIT License
23 stars 1 forks source link

Provide justification for use of call() in Module guideline. #19

Closed LukeAskew closed 11 years ago

LukeAskew commented 11 years ago

Eric,

In our meeting, I had a question about the use of the call method when invoking a module. Why would you use call(arguments, ...) rather than just using shorthand (arguments, ...).

Is there a use case for apply() since it is a little more flexible in how you pass in arguments?

LukeAskew commented 11 years ago

I'm just going to close this issue because its pretty stale. The "modules" section was removed from the standard due to a lack of content.

This issue should get handled if/when we write the module standard.