Open petrdvorak opened 7 years ago
Note: We should also make sure we do not reuse objects from different modules, or that we are aware of using "shared objects". For example, we currently heavily use NextStep request/response/entity objects in Web Flow...
We currently reuse database objects in networking on several places. In the long term, this will cause us issues with extending the objects.
We should create specific classes for specific layers for the same purpose object types, for example:
OperationPO
(persistent object),OperationTO
(transfer object), etc.