Join Slack
Powered by
When using composition over inheritance, how do yo...
# android-architecture
u
ursus
08/25/2021, 10:19 PM
When using composition over inheritance, how do you deal with adding stuff "in the middle"? With calling the composed method I can just add stuff before, or after; and I dont want to introduce a lambda since its a public interface im composing over
Open in Slack
Previous
Next