Closed Naapperas closed 2 years ago
Found here:
https://github.com/FEUP-LDTS-2021/ldts-project-assignment-g1302/blob/e007f43262b5501b3f2ea126fb736234cae6301a/src/main/java/pt/up/fe/ldts/model/Element.java#L5
This hole class can be replaces by one line, making the code more concise.
Scratch this: record classes are for immutable data, not the case with Position.
Found here:
https://github.com/FEUP-LDTS-2021/ldts-project-assignment-g1302/blob/e007f43262b5501b3f2ea126fb736234cae6301a/src/main/java/pt/up/fe/ldts/model/Element.java#L5
This hole class can be replaces by one line, making the code more concise.