Skip to content

[RFC] Transformation Factory

Romain Dorgueil edited this page Oct 8, 2017 · 1 revision
Subject: Transformation Factory
Authors: Romain Dorgueil
Created: Jul 16, 2017
Modified: Oct 8, 2017
Target: 0.6? 0.7?
Status: DRAFT

This is a DRAFT

Abstract

A transformation factory is a class that builds flexible transformations from it's API, allowing to code simple cases without defining a function or a class object.

There is already some work done in the transformation_factory@hartym branch.

Work in progress