No BS SOLID Principles

  Рет қаралды 2,998

Gary Clarke

Gary Clarke

Күн бұрын

Пікірлер: 23
@bpdkuikel
@bpdkuikel 8 ай бұрын
I must thank you for your amazing efforts in taking PHP to general people and creating lots of awareness. 🎉🎉🎉
@GaryClarkeTech
@GaryClarkeTech 8 ай бұрын
Love the kind words!
@jorditrigo9569
@jorditrigo9569 8 ай бұрын
Many thanks for sharing your knowledge, Gary!
@GaryClarkeTech
@GaryClarkeTech 8 ай бұрын
My pleasure! Thanks for watching!
@Kogemate
@Kogemate 8 ай бұрын
Great video!!! Everybody who want more durable code should understand these concept.
@GaryClarkeTech
@GaryClarkeTech 8 ай бұрын
Thanks very much!
@astev52
@astev52 8 ай бұрын
Love your work!
@GaryClarkeTech
@GaryClarkeTech 8 ай бұрын
Glad you enjoy it!
@commanderbensisko
@commanderbensisko 8 ай бұрын
Hi Gary. I'm just curious why you didn't make SmsDispatcher and Mailer inherit from Notifier and then use a type of Notifier in your code ?
@GaryClarkeTech
@GaryClarkeTech 8 ай бұрын
A Notifier interface or abstract Notifier class would be the best solution but I didn't want to start delving into dependency inversion in the SRP example...it might have become a distraction.
@thenightwolf224
@thenightwolf224 8 ай бұрын
Amazing Video Buddy Keep Going ❤🔥
@GaryClarkeTech
@GaryClarkeTech 8 ай бұрын
Thanks a lot...appreaciated!
@dandan-js2ir
@dandan-js2ir 7 ай бұрын
Hi. Great video! One question though regarding Open/Close principle. How to deal with vendor/ directory classes that does not implement an interface? Let's say there is a x package in vendor directory, and that package has a regular class that performs some task (without implementing any interface nor extending an abstract class). How to add Decorator pattern in such case? Thank you and cheers!
@GaryClarkeTech
@GaryClarkeTech 7 ай бұрын
That gets a bit more complex. If you need its functionality you can inject it as a dependency into your own class which does implement the interface. But try to avoid putting square pegs in round holes if it's going to cause more problems than it solves.
@dandan-js2ir
@dandan-js2ir 7 ай бұрын
@@GaryClarkeTech Thank you for response!
@ta-mas
@ta-mas 7 ай бұрын
Hello Gary, Great video, it was really really helpful! At the ISP part, let's say not just the archiver needs to read the file to do an operation on it. How should I handle that? Maybe break the interface into even smaller parts, so I have a FileReaderInterface a FileArchiverInterface and an Interface for my other operation that I want to imeplement? Thank you for the amazing content!!
@GaryClarkeTech
@GaryClarkeTech 7 ай бұрын
Cheers for the kind words... Yes just break it up and implement as many interfaces as you need
@kokokodev
@kokokodev 3 ай бұрын
Coooll❤❤
@Kogemate
@Kogemate 8 ай бұрын
For the first example, instead of encapsulation, I would use an interface. And only if the class that I am trying to inject does not implements the interface (like an open source class), I would create this class. Actually, it is a classic design pattern. Globally, it is better to rely on interface which is better than abstraction which is better than concrete class. :)
@GaryClarkeTech
@GaryClarkeTech 8 ай бұрын
You're right..but I didn't want to delve into dependency inversion before I got to it..it might have become a distraction.
@Kogemate
@Kogemate 8 ай бұрын
@@GaryClarkeTech You were actually right not to do it, too much complexity for nothing. BTW, I learned everything about these concept from Miško Hevery (he was Mr Writing-testable-code evangelist at Google). If you google his name, you will find amazing pdfs and yt videos. Lots of tips. As it is a little old, we can see what aged well (almost everything). Take care.
@BarMineL
@BarMineL 8 ай бұрын
This is what I need
5 deadly Rust anti-patterns to avoid
13:25
Let's Get Rusty
Рет қаралды 38 М.
No BS SOLID Principles: Open Closed Principle
12:08
Gary Clarke
Рет қаралды 588
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
How principled coders outperform the competition
11:11
Coderized
Рет қаралды 1,8 МЛН
No BS SOLID Principles: Dependency Inversion Principle
12:40
Gary Clarke
Рет қаралды 771
Single Responsibility Principle in React (Design Patterns)
16:50
Cosden Solutions
Рет қаралды 52 М.
Make Your Code Clean With the SOLID Principles
18:24
Philipp Lackner
Рет қаралды 102 М.
The symptoms of bad code - Robert C. Martin (Uncle Bob)
5:42
Dev Tools Made Simple
Рет қаралды 32 М.
SOLID Principles in Laravel: 5 Examples (+ New Course!)
21:07
Laravel Daily
Рет қаралды 75 М.
Composition Is Better Than Inheritance in Python
23:29
ArjanCodes
Рет қаралды 265 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23