The Visitor Pattern

Поділитися
Вставка
  • Опубліковано 8 кві 2021
  • Did you ever notice that the Composite Pattern breaches two of the SOLID code principles? Not any more, it doesn't.
    Source code available at: github.com/JasperKent/The-Vis...
  • Наука та технологія

КОМЕНТАРІ • 4

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  3 роки тому

    Any more patterns you'd like to know about? Just ask.
    Source code at: github.com/JasperKent/The-Visitor-Pattern
    Remember to subscribe at ua-cam.com/channels/qWQzlUDdllnLmtgfSgYTCA.html
    And if you liked the video, don't forget to click the button.

    • @VindicatorMorty
      @VindicatorMorty 3 роки тому +3

      I would really like to See the specification pattern in combination with entity framework core. Because my queries are getting real big and complex. And one method for each different query will get a kind of mess.

    • @CodingTutorialsAreGo
      @CodingTutorialsAreGo  3 роки тому +1

      Cheers. I'll try to put something together.

  • @Schnickalodeon
    @Schnickalodeon 3 роки тому +1

    The dynamic keyword just blown my mind ^^ - Thanks for this Video :)