Description
The initialisation of Decision objects should be refactored to follow the factory pattern, as seen with the StateFactory.
Reason For Request
By disconnecting the Decision class from the gRPC/ProtoBuf classes, the coupling of the code base is decreased.
Description
The initialisation of
Decisionobjects should be refactored to follow the factory pattern, as seen with theStateFactory.Reason For Request
By disconnecting the
Decisionclass from the gRPC/ProtoBuf classes, the coupling of the code base is decreased.