Comment
Above in this comment thread:
Meta-Programming Considered Harmful? » Correlation with less code?
re:
Posted by
ceperez
at
2008-04-04 04:34 AM
That's a accurate observation. Less verbose syntax only reduces code by a constant amount. Metaprogramming however would have a geometric reduction in code side. However, that's not without additional complexity. The point of this article is that metaprogramming (a.k.a. monkey patching) is something you should be careful in using.

