Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
mercurial
13y ago
0 comments
Share
With dependency injection frameworks, you don't really need setters anyway. I add getters only as needed, unless it's a public API.
0 comments
default
newest
oldest
edwinnathaniel
13y ago
2 things: 3rd-party API that only works on "beans" and thin object (not your Services or DAOs that use DI heavily).
mercurial
OP
13y ago
You can't do much with 3rd-party APIs. For thin objects, a best practice is to keep them immutable by having only getters, but then you generally end up with Builder boilerplate.
j
/
k
navigate · click thread line to collapse