Skip to content

Functionalize gradients

Shane Parker requested to merge functionalize_gradients into master

The current implementation of gradients is pointlessly OO and it makes it harder to reuse components. This switches over to a more functional driven approach.

Merge request reports