I love metaprogramming

Posted by andhapp on September 28, 2009 at 2:54 pm.

I have almost finished the 80% of ruby metaprogramming course and I am loving it. Really, writing a complete class without writing the code below. This is so old way of writing code…nah just kidding.

class People
end

Also, declaring the instance methods and using class_eval just obfuscates the code. Awesome. I will share the code here once I have finished it.

One Response to “I love metaprogramming”

Leave a Reply