From the thanks-for-second-guessing-our-api-design department...
Why pass a data argument to the output method? Wouldn't it be better to extend the parallel between Django models and ttag classes and hang the data values off of the field attributes already assigned to self?
No code attached.
From the thanks-for-second-guessing-our-api-design department...
Why pass a
dataargument to theoutputmethod? Wouldn't it be better to extend the parallel between Django models and ttag classes and hang the data values off of the field attributes already assigned toself?No code attached.