Design Principles in Functional Programming (English talk)

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • OOP has its design principles: SOLID, GRASP, YAGNI. Can these principles be applied to FP? Does FP offer something new? In this talk, we'll consider many various design principles and see how they help build high-quality software in functional languages.
    Slides:
    docs.google.com/presentation/...
    My books:
    Pragmatic Type-Level Design book:
    leanpub.com/pragmatic-type-le...
    Functional Design and Architecture book:
    www.manning.com/books/functio...
  • Věda a technologie

Komentáře • 4

  • @mania9092
    @mania9092 Před 19 dny

    Thank you for creating informative videos in English.

  • @TheTubeYou251
    @TheTubeYou251 Před 17 dny

    Wow that was fast! I ask for this talk and the next day it‘s already online! Thanks, it was very informative!
    Regarding „Tell, don‘t ask“: Like you said, this can be applied to FP as well, even if it‘s probably less common. Gary Bernhardt talks about this and argues that it really should be applied in FP.