just a quick post about ES5 Object.create performances. While in More ES5 Friendly Patterns paragraph I have described how to use new ES5 f...
current information about computer and internet
just a quick post about ES5 Object.create performances. While in More ES5 Friendly Patterns paragraph I have described how to use new ES5 f...
When a function is to be invoked immediately, the entire invocation expression should be wrapped in parens so that it is clear that the valu...
I am very busy these days with my last (hopefully) moving into my new and completely empty rented flat ... and while I am building home util...
Once we have understood JavaScript Overload Patterns , a good start point to write efficient base classes, it comes natural to wonder about ...
Quick post about a fast Function.prototype.bind implementation. Function.prototype.bind function bind(context:Object[, arg1, ..., argN]):Fun...
Update I have continued with patterns into JavaScript Override Patterns . We all know JavaScript does not implement a native methods overlo...
Every programming language has somehow defined its own standard to write code. To be honest, as long as code is readable, clear, and indente...