Jump to content

GLA Summit 2020/Abstract This, Not That.: Difference between revisions

From LabVIEW Wiki
Added page
 
m Update with infobox and presentation template
 
Line 1: Line 1:
'''Abstract This, Not That''' by Paul Ross
{{infobox
|category=presentation
|icon=GLASummitButton.png
|presentation-conference=GLA Summit 2020
|presentation-presenter=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!''
{{presentation
|presenters=Paul Ross
|abstract=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!
|youtube-id=VO8T2pvNtLI
}}


 
==External links==
<div style="text-align:center;"><youtube width="800" height="600">VO8T2pvNtLI</youtube></div>
*[https://www.glasummit.org/presentation-list/2020 GLA Summit 2020 Presentations]
 
==Presentation Links==
* [https://youtu.be/VO8T2pvNtLI YouTube Video Link]
 
==See Also==
{{ambox|text=Add links to internal wiki pages that would also help.}}
 
==External Links==
{{ambox|text=Add links to external resources that would also help.}}


[[Category:GLA Summit 2020]]
[[Category:GLA Summit 2020]]

Latest revision as of 18:51, 21 August 2024

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!



External links