On Sat, Mar 31, 2012 at 5:11 AM, Nick Wellnhofer <[email protected]> wrote:
> On 30/03/2012 23:31, Marvin Humphrey wrote:

>> This loop construct would make more sense.
>>
>>   FOR class IN classes
>>     FOR method IN class.methods
>>       IF class.method_needs_binding(method)
>>         generate_binding(method)
>>
>> I'm trying to remember why the code doesn't do that already... I think it
>> was tricky to figure out whether a method needed to be bound.
>
> Yes, this would be easier. If there's no technical reason against it, let's
> do it like that.

I'll work on it.

Marvin Humphrey

Reply via email to