Pipeline-oriented programming - Scott Wlaschin - NDC Porto 2023

Описание к видео Pipeline-oriented programming - Scott Wlaschin - NDC Porto 2023

This talk was recorded at NDC Porto in Porto, Portugal. #ndcporto #ndcconferences #functionalprogramming #developer #softwaredeveloper

Attend the next NDC conference near you:
https://ndcconferences.com
https://ndcporto.com/

Subscribe to our YouTube channel and learn every day:
/@NDC

Follow our Social Media!
  / ndcconferences  
  / ndc_conferences  
  / ndc_conferences  

Passing data through a pipeline of transformations is an alternative approach to classic OOP. The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections.

In this talk, I'll look at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, unit testing, the onion architecture, and more. I'll finish up by showing how you can build a complete web app using only this approach.

Комментарии

Информация по комментариям в разработке