Once we have understood JavaScript Overload Patterns , a good start point to write efficient base classes, it comes natural to wonder about ...
current information about computer and internet
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...
We have dozens of best practices to improve performances. We also have common practices to accomplish daily tasks. This post is about the mo...
There is one single thing I don't like about CommonJS Idea , the fact nobody is thinking about the client side!!! CommonJS Why Since eve...