You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead we should utilize the builder pattern, imo. Look at lombok, https://projectlombok.org/features/Builder. This will make it a lot easier to generate these and make them properly immutable
The text was updated successfully, but these errors were encountered:
Currently all objects in the SDK are mutable. If a new event or object is needed, it should be recreated, instead of using setters to set things.
sdk-java/sdk/src/main/java/dev/cdevents/models/build/started/Subject.java
Lines 113 to 115 in 5d17b75
Instead we should utilize the builder pattern, imo. Look at lombok, https://projectlombok.org/features/Builder. This will make it a lot easier to generate these and make them properly immutable
The text was updated successfully, but these errors were encountered: