You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am starting to have some problems working with delegators. One of the most common is when working on low-level defined methods.
We should seriously start to think of a better way to design code, in order to add states and behavior to objects. Maybe, subclassing is not such a bad idea ? Or we could use a little more subtle delegation.
This will benefit dsl, decoration and pagination, only to say the obvious.
The text was updated successfully, but these errors were encountered:
I am starting to have some problems working with delegators. One of the most common is when working on low-level defined methods.
We should seriously start to think of a better way to design code, in order to add states and behavior to objects. Maybe, subclassing is not such a bad idea ? Or we could use a little more subtle delegation.
This will benefit dsl, decoration and pagination, only to say the obvious.
The text was updated successfully, but these errors were encountered: