Closed coldfix closed 10 years ago
Fixed in dedicated-classes
branch.
Thomas,
You are awesome. Thanks much for your continued guidance and attention. Your advice about using polymorphism instead of parametrization was a big step forward in my coding skill.
Daniel
Thanks :) I'm glad, you found this helpful.
Hey Daniel,
first of all, great work;). I didn't inspect this branch in much detail yet, but I like the splitting of functionality into separate functions (
observable_method
vs.observable_function
).I found another issue (which again, I found first in obsub, so I didn't need to look too hard):
Many users will expect the comparison operator of the method proxy objects to be equal for the same instance (at least I do):
Best regards, Thomas