Profile
Achievement
coprolit's Recent SnippetsTagged object
- All /
« Prev 1 Next »
By not being limited to provide certain arguments/parameters in right order when calling a function, makes the function more versatile and easier to extend without breaking old code (e.g. calls to the function).
One solution is to pass an associati...
0
988
posted 12 years ago by coprolit
"Javascript module pattern emulates the concept of classes in such a way that we're able to include both public/private methods and variables inside a single object, thus shielding/namespacing particular parts from the global scope."
When inheritanc...
0
930
posted 13 years ago by coprolit