This looks non scalable to me
# codereview
c
This looks non scalable to me
d
What do you mean by scalable?
Also please consider pasting text, so people can easily copy and edit it.
2
You probably want to look at delegation.
☝️ 1
h
Delegation or simply have them extend Feed?
h
If you post it as text you can easily scale it (usually Ctrl+Mousewheel) 🧌
🧌 1
d
@hudsonb I was going to suggest extending Feed but they are data classes. You'd have to make Feed an interface and end up with the same (but smaller) duplication.