<@U0NT624JZ> I agree with you about Dagger. I thou...
# server
m
@rocketraman I agree with you about Dagger. I thought about Spring with its own
@Autowired
and asked myself “Why we need Dagger there?” But with other frameworks or without them Dagger might be quite handy. I like immutable data classes so much, but are there any benefits from immutable objects with really
final
fields in comparison with effectively-immutable objects that must be initialized e. g. by Hibernate? Scott Oaks, author of "Java Performance: The Definitive Guide” says that despite some myths there is no performance impact from final fields.