What is the good way to make two fields, that are ...
# announcements
k
What is the good way to make two fields, that are calculated from each other? Here is example that don't work: https://pastebin.com/pTGnX947
s
Have a private field for the actual value and access that from the getters and setters
👍 1