A data transformation framework. A presentation inviting commentary.

Chris Angelico rosuav at gmail.com
Wed Aug 21 15:16:21 EDT 2013


On Thu, Aug 22, 2013 at 2:29 AM, F.R. <anthra.norell at bluewin.ch> wrote:
> The nucleus of the TX system is a Transformer class, a wrapper for any kind
> of transformation functionality. The Transformer takes input as calling
> argument and returns it transformed.

Not to put too much of a damper on your concept, but it's seeming a
little over-engineered. Your description of a Transformer sounds to me
like simply... a function. It takes input, it returns something. Why
the heavy class-based interface?

ChrisA



More information about the Python-list mailing list