coprolit


Member since 11/03/2009

3 snippets

2873 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

coprolit's Recent SnippetsTagged object



« 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 789 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 684 posted 13 years ago by coprolit
« Prev 1 Next »