Scott Wlaschin - Pipeline-oriented programming

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • Подробнее о конференции DotNext: jrg.su/3WmFRE
    - -
    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, Scott will look at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, unit testing, the onion architecture, and more. Speaker will finish up by showing how you can build a complete web app using only this approach.

Комментарии • 3

  • @tullochgorum6323
    @tullochgorum6323 Год назад +4

    Brit here. This man is a bloody national treasure. He has a unique ability to make complex ideas seem workable.
    Though to be fair, these pipeline ideas go back to the 1970s at least with the Unix philosophy and structured programming.
    But he communicates them much more clearly than most.
    Unlike most programming paradigms, his ideas actually make life easier!
    My favourite programming educator of all.

  • @giorgos-4515
    @giorgos-4515 9 месяцев назад +1

    discovered Scott recently, and i gotta say im fascinated by the topics he touches on. fed up by the verbosity and unpredictability of OO, i started writing code at my job(java...) like someone would do in a functional language.

  • @saisaske1
    @saisaske1 6 месяцев назад

    Greatly explained