News

As I understand it, in JavaScript it's possible to actually add methods to the root Object type's prototype! We might consider writing a module that adds default ...
Obi Ezechukwu‘s blog High-Octane Java recently featured the post Compact Equals, which compares an implementation of a Java class’s overridden equals method in traditional form versus one implemented ...