1 --- !ditz.rubyforge.org,2008-03-06/issue
2 title: Implement rendering with inheritance instead of method binding
3 desc: "Currently, we pass a bound method around to handlers that render things. It would be much nicer if this was done properly (ie: with inheritance). This would also make Pylint complain less (using bound methods from other classes as your own confuses it terribly)."
7 reporter: Laurens Van Houtven <lvh@laurensvh.be>
10 creation_time: 2009-02-11 09:00:56.556566 Z
13 id: 5bfe43931a82c6df6a40f079a78900389c8730fc
15 - - 2009-02-11 09:00:58.237274 Z
16 - Laurens Van Houtven <lvh@laurensvh.be>
19 - - 2009-02-13 21:15:53.202120 Z
20 - Laurens Van Houtven <lvh@laurensvh.be>
21 - closed with disposition fixed
22 - Sorta-fixed now. Essentially does the same as before, but now hidden in a class.