December 2010
8 posts
1 tag
Reflection (computer programming)
# without reflection
Foo.new.hello
# with reflection
Object.const_get(:Foo).send(:new).send(:hello)
A profit margin, however small, has to be anticipated otherwise all you are...
1 tag
The 3 properties that characterize the objects
Identity: The property of an object that distinguishes it from other objects. State: Describes the data stored in the object. Behavior: Describes the methods in the object’s interface by which the object can be used.
Think about it. Religion has actually convinced people that there’s an invisible...
– George Carlin
Hollywood
/************************************/
/* Guidelines to development */
/* on the */
/* HOLLYWOOD OPERATING SYSTEM */
/************************************/
1. Any PERMISSION DENIED has an OVERRIDE function.
2. Complex calculations and loading of huge...
1 tag
Head JS :: The only script in your HEAD →