KFDecorator 1.0 review

Download
by rbytes.net on

KFDecorator can produce, at runtime, a wrapper object that modifies the behavior of an underlying base object.

License: Freeware
OS: Mac OS X
File size: 6K
Developer: Ken Ferry
Price: $0.00
Updated: 28 Mar 2006
0 stars award from rbytes.net


KFDecorator can produce, at runtime, a wrapper object that modifies the behavior of an underlying base object. Methods like -[KFDecorator setBlock:forSelector:] allow the user to provide FScript blocks to execute in response to messages. Messages without a specified FScript block are passed on to the base object. This can also be used to build an object up from scratch as an assemblage of FScript blocks.

This is extremely useful during the exploration and debugging stages of development. By building or modifying objects dynamically, it's possible to avoid the compilation stage until you have a decent idea of what code you'd like to implement.

Requirements:
FScript.

KFDecorator 1.0 keywords