GLA Summit 2020/Abstract This, Not That.
Abstract This, Not That. | |
---|---|
Conference | GLA Summit 2020 |
Presenters | Paul Ross |
Abstract This, Not That. by Paul Ross
Using abstractions in our code provides many benefits - increasing testability and modularity while reducing coupling, but it isn't always clear when and where to use abstractions. In this presentation, I will discuss the importance of creating abstractions at the right layers, and how you can properly identify those layers. Come see why your actor queues should probably be wrapped in another class, and why you may never need to create another abstract message!