Changes between Initial Version and Version 1 of Ticket #21825, comment 21


Ignore:
Timestamp:
2022-03-15T22:10:04+01:00 (4 years ago)
Author:
stoecker

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21825, comment 21

    initial v1  
    11I'd move the check into the relation class as isUseful() or isValid() or something alike. If possible replacing all three cases, if not at least for the SaveAction case.
    22
    3 Java is object oriented, so data which belongs to the object also should be in the object.
     3Java is object oriented, so functions which belong to the object also should be in the object.