SERG-Delft/andy

Create a proper builder for Context

Closed this issue · 1 comments

The Context class is built in many different places of the code. In some cases, we use the factory methods, in other cases we use the factory methods + extra setters. We gotta give it a proper builder, and then, get rid of the setters we don't need.

St1p42 commented

I would like to try this one