No video

State Pattern - Design Patterns (ep 17)

  Рет қаралды 150,364

Christopher Okhravi

Christopher Okhravi

Күн бұрын

Пікірлер: 266
@claudios
@claudios 6 жыл бұрын
An 80 minute video on a design pattern?! It really is Christmas, thanks Chris
@ChristopherOkhravi
@ChristopherOkhravi 6 жыл бұрын
Thank you and Thank you for watching 🙂🙂
@MahmoudHbobati
@MahmoudHbobati 3 жыл бұрын
singleton pattern is 20 minutes!!! :)
@TheGGbond
@TheGGbond 3 жыл бұрын
wtf is wrong with u
@calexito9448
@calexito9448 2 жыл бұрын
@@TheGGbond reversed card actually
@zizimouad8291
@zizimouad8291 2 жыл бұрын
People don't understand the hard work puts for +1h explaining design pattern + editing, thank you 👌
@openyourmind1694
@openyourmind1694 10 ай бұрын
I usually watch various tutorials, so I feel capable of giving a "competent" judgment: you have excellent presentation, comprehensive, organized, straight to the point, more than valid expertise, but what struck me is your enthusiasm and eagerness to convey competence. You deserve a like and a subscription. Thank you for your effort.
@iliassaek4609
@iliassaek4609 5 жыл бұрын
only with these videos I've aced the design patterns exam . Thank you .
@madhurajanaradhanan3368
@madhurajanaradhanan3368 2 жыл бұрын
What exam?
@mayurdugar03
@mayurdugar03 2 жыл бұрын
Can I just take a moment and appreciate your efforts here! You made design pattern really understandable for me! Hats off to your efforts 🙏🤗 Wish you get everything required to be able to continue this series as well. Take care Christopher :)
@dscheme4427
@dscheme4427 5 жыл бұрын
36:00 definitions 51:23 code
@omarabdo6403
@omarabdo6403 4 жыл бұрын
that was a GREAT video! Chris, we're missing your videos on design patterns and different topics really bad! I hope you can find more time in the near future to help us learn more and become better software developers. Much love!
@MrMikomi
@MrMikomi 4 жыл бұрын
Watched at 2x speed; it's doable as I've some pre-existing knowledge of this pattern and this video makes a great refresher. Thank you very much.
@professorfontanez
@professorfontanez 6 жыл бұрын
There was a similar example in a textbook I used to teach Java which used three states LOCKED, UNLOCKED, and ROTATING. The transitions were "payment" for LOCKED --> UNLOCKED, "push" for UNLOCKED --> ROTATING, and "one revolution" for ROTATING --> LOCKED.
@nijuyonkadesu
@nijuyonkadesu 23 күн бұрын
"Replace a conditional with polymorphism" - this will be my new favorite quote from the entire design pattern playlist kek ~ (the same concept used first in composite pattern)
@FunkyHotDog
@FunkyHotDog 6 жыл бұрын
You do a very good job in visualising these problems. Thank you, I'd be in trouble with my design pattern course without you.
@ChristopherOkhravi
@ChristopherOkhravi 6 жыл бұрын
I’m super glad to hear you feel that you’re learning faster :) I like to think that the quicker we can get the “known things” out of the way, then we can start to think about the “unknown things”. Which imho is where the really interesting issues lie :)
@monikaraut5266
@monikaraut5266 Жыл бұрын
What a explanation 🙌🙌 guys if you are confused whether to watch or not seeing the video duration, just give it a try. As otherwise you will have to waste double the time while reading articles
@orenfarhan8584
@orenfarhan8584 6 жыл бұрын
Nice one, but I disagree with passing the gate reference. If the interface for a state declares that an action causes a state to generate a state (e.g return GateState), you can avoid passing references to the gate itself, and from your gate call the action on the state to return a new state, and assign it to your ivar locally. Other than that, I like this playlist. For each pattern, I created a swift playgrounds version for future reference. I wasn't aware I was using so many of them :) Keep up the great work!
@VictorCarvalhoTavernari
@VictorCarvalhoTavernari 4 жыл бұрын
Hi, Could you if possible share your playgrounds files? I loved your solution about how to create a new State, just returning a State on each function, but if you are doing an async request probably you have to wait this new state, so probably call a delegate like changeState is better for a reactive approach.
@SemyonKalyakulin
@SemyonKalyakulin 2 жыл бұрын
As I remember, he mentioned that possible solution before the coding part:)
@amirkhazama7464
@amirkhazama7464 Жыл бұрын
what if the action we wanna do actually does produce a result and returns it like for example the payOk should return the payment id or something ... in that case the return type could not be just the new state .... . . . . . . . maybe you could specify the first returned item to be the new state and the other results to be the other stuff you are expecting from the method ...
@parvez04
@parvez04 6 жыл бұрын
This is a really nice tutorial. Please keep it going. I am kind of addicted to your videos now.
@oztv_
@oztv_ 7 ай бұрын
you are perfect, i have only a few hours before exam i tried to watch 2x speed but it is still perfect because of body language, fluently speaking, diving into everything with clear explanation. need to say that i am still trying to learn english but i understand whole video. THANK YOU A LOT FOR YOUR EFFORT AND AMAZING JUMP CUTS.
@hdanijel
@hdanijel 6 жыл бұрын
Hey man, I just found your channel. Immediately I knew I liked you, and it took me a while to figure it. It's cuz you look like Antonio Banderas! Your energy also is amazing! So much alive and warm :) I'm a smart guy, but as soon as I build a game that has all the basic elements . . .I get lost in the jungle of the code. So I started reading about design patterns. Well, my friend. You're the first one that I can follow! And even understand to that point that I can really see what you drew on your whiteboard as beautiful! Please keep making such simple videos and stop for so many explanations! :) :) :) Thank you man! p.s. Headfirst book sounds like a thing for me Love from Croatia!
@JayJay-ki4mi
@JayJay-ki4mi Жыл бұрын
I've studied your videos for a while, and come back to them. But, I find it's only when I actually need to use a certain pattern that your videos make sense to me. I need to use the state pattern for game development and this video has been a God send. Thank you so much.
@olenaqwerty7895
@olenaqwerty7895 3 жыл бұрын
the best patterns explanation I've come across so far
@pra86sat
@pra86sat 8 ай бұрын
I have been searching for Design pattern tutorials online like forever, to find something that can be more relatable to the software systems. But all I ever find are Ice cream, Pizza, Burger examples, which makes no sense what so ever. Thank you so much for all your efforts and making sense. I feel I am a better Software Engineer than I was 1:20 Hrs ago.
@johnnguyen1655
@johnnguyen1655 2 жыл бұрын
I watched tons of video about DP, your DP playlist make you special among the bests Chris!
@lyonyan
@lyonyan 6 жыл бұрын
Only 72 comments? Here one more to appreciate your hard work and effort!
@EuanFR
@EuanFR 6 жыл бұрын
As suggested in some comments, I would rather return the next state to the gate, from the states "action" methods, something like "nextState = currentState.actionPerformed()" (instead of a void return)
@abhishekjain3527
@abhishekjain3527 4 жыл бұрын
That would be helpful if you are returning void but if you are returning some response then you cannot return state. There should be a signalling mechanism to change state i.e one state should signal the parent gate to change state. And for states there should be a factory that creates these states
@Wubwub772
@Wubwub772 Жыл бұрын
@@abhishekjain3527 ​ you should return the new state and use "signalling mechanisms" for "some response", not the other way around
@zieldistante
@zieldistante 4 жыл бұрын
I really like how you explain things (and sometimes go to other related things and go back). I thought I was the only one who explained things in this way! Thanks a lot for your videos.
@mdkhxyz
@mdkhxyz 3 жыл бұрын
The way of your teaching is very interesting and helpful. Thanks for your effort.
@nicolafontana2738
@nicolafontana2738 4 жыл бұрын
This has been very enlightning! Very well explained with the exact amount of detail, thanks a lot!
@NoOne-pi8cj
@NoOne-pi8cj 6 жыл бұрын
Thank you so much for providing so many awesome videos. Even though I am unable to fully understand or master each every pattern, but you gave me the courage to dive deep into OOD. I will definitely read these two books again. Thank you !!!!
@ChristopherOkhravi
@ChristopherOkhravi 6 жыл бұрын
I’m glad to hear :) Thanks for commenting!
@Amine670
@Amine670 6 жыл бұрын
Good explanation of the concepte and theory of the State Design Pattern, when rarely found in KZfaq. (y)
@theisegeberg
@theisegeberg 6 жыл бұрын
Dang! This is the best of ALL the videos so far! I really thought I just knew this pattern inside out... and still the devil is in the detail... I'm saddened that it doesn't have more views, ALL developers should be forced to watch this :)
@kareemjeiroudi1964
@kareemjeiroudi1964 4 жыл бұрын
I was thinking the same thing. He makes things ten times easier to understand. And I also think that all developers out there must watch this design patterns series.
@alfredoportocarrero8663
@alfredoportocarrero8663 4 жыл бұрын
The best explanation of this pattern in the internet still 2020
@galtals
@galtals 5 жыл бұрын
great sound effects. the "boop" sound is to die for.
@RichardGomezMx
@RichardGomezMx 4 жыл бұрын
Amazing explication. I loved it. Congrats Chris. Great video. Thank you very much.
@finyog
@finyog 6 жыл бұрын
It is a very informative content, presented nicely. I like your videos and the way you explain things. Keep up the good work Chris 👍😊
@professorfontanez
@professorfontanez 5 жыл бұрын
Regardless of mutability, I would not store a Context (Gate) reference on all States. That creates a stronger bind between the Context and the State than simply using the context with needed (and then discard). With this in mind, I would simply pass the Context to each of the State interface methods so that the concrete State could then use the context to set the new (current) state.
@miracaknar9549
@miracaknar9549 4 жыл бұрын
I will be your patreon if you start making videos again, you have my word.
@kareemjeiroudi1964
@kareemjeiroudi1964 4 жыл бұрын
I really like the idea that sometimes I don't get it the first, but then he tries to rephrase what he's saying or puts in a different way or with a different example, and then it starts to make sense to me. That's a lot of effort in explaining. He should become a professor or something.
@BM-jy6cb
@BM-jy6cb 3 жыл бұрын
I love this entire series. Fantastic!
@semajxocliw
@semajxocliw 4 жыл бұрын
i literally love you for these videos
@nickeax
@nickeax 2 жыл бұрын
Great teaching and information. Thank you very much!
@ismailktami2727
@ismailktami2727 4 жыл бұрын
Thank youuuu sooo muchhhhhhh ! your the best way to understand the concrets concepts of DP
@olivermeyer3963
@olivermeyer3963 4 жыл бұрын
Hi, many thanks for the video I' ve learned a lot, appreciate that. My question or maybe suggestion, would you consider to change the names, to turn the names of the states e.g. OpenGateState => GateStateOpen, ClosedGateState => GateStateClosed etc. because int this way it's even more clear that they belong together.
@user-ew9qv3zy1y
@user-ew9qv3zy1y Жыл бұрын
Thank you so much for these videos!
@rohitashkumawat5646
@rohitashkumawat5646 2 жыл бұрын
Best design pattern videos 🙌
@niclaskron3384
@niclaskron3384 5 жыл бұрын
This was amazing, I learned alot. Thank you Christopher :-)
@aladdinoscopy
@aladdinoscopy 3 жыл бұрын
looking fierce bro! Thanks, you explain very well. ….. 25 more minutes in and damn even more impressed. I subscribed, thanks for teaching,
@shanm4629
@shanm4629 3 жыл бұрын
Once again.. another Great Video . Kudos to you.
@tomaszb9668
@tomaszb9668 3 жыл бұрын
Really really good tutorial. Greetings from Poland:)
@johnmcway6120
@johnmcway6120 Жыл бұрын
This channel is such a blessing. Thank you so very much Chris.
@khaloui3736
@khaloui3736 Жыл бұрын
Hi Christopher, first thanks for your explanations it helps a lot. I did not check the other comments, then I will give you my question (4 years later ^_^') Each time a state is changed by a handler by the changeState method. And through this method a new instance of State object is created. So here is the point: how the older state instance is deleted ? I suppose it depends of the languague we use but in some examples, a static instance is used
@deathangel908
@deathangel908 6 жыл бұрын
It's great how you can describe things on the desk, but I guess the coding part can be done in textEditor or smth. With splitscreen so every class would be visible to a viewer at the same moment of time. The code would be much cleaner and readable thus. Means = more understandable
@felixjost8206
@felixjost8206 2 жыл бұрын
Thank you so much for your passionate work!
@ilnurgazizov2959
@ilnurgazizov2959 5 жыл бұрын
One of the best explanation! Thank you very much!
@DavidBeharL
@DavidBeharL 3 жыл бұрын
I like It a lot, a bit longer than expected, but perfectly understood, this is a pattern very used in React, but this video is very useful to use It better
@TeotoniodeCarvalho
@TeotoniodeCarvalho 3 жыл бұрын
Very useful and clear even for a soil scientist like me!
@vinokanthvelu2660
@vinokanthvelu2660 5 жыл бұрын
Hey Chris. Thanks for these invaluable content. One request. Could you please do a video on Interpreter design pattern? Thanks mate.
@ChristopherOkhravi
@ChristopherOkhravi 6 жыл бұрын
Question of the day: Have any examples of where you successfully used the state pattern?
@MarlyssonSilva
@MarlyssonSilva 6 жыл бұрын
I think that I've used it in a functionality where I manage a events system where there are subscription of people to participate... and the subscription have state : open, running and closed... where depends on your state some objects will be handled of different ways.
@lifescience2050
@lifescience2050 6 жыл бұрын
I developed a POS (point of sale) cashier app using the state pattern, seems the only practical choice. Your video is good and refreshing, our support developers definitely should go through this video before reading the POS code.
@pascalampere6098
@pascalampere6098 6 жыл бұрын
Used it in a VR app, where the Input of the User needed to cause different things to happen depending on the current state.
@user-ug8qc6tr6b
@user-ug8qc6tr6b 6 жыл бұрын
I build simple 2d game on JS. Decide to implement player state via state pattern. State like `idle`, `jumping` etc. By the way game examples is often easer to understand, when you explaining programming concepts. There is one interesting book, which I read recently "game programming patterns", maybe you will like it
@konradkudzia28
@konradkudzia28 6 жыл бұрын
Games. AI.
@nijuyonkadesu
@nijuyonkadesu 23 күн бұрын
> Interesting: we've modeled the state and how it responds to different events, but we have not modeled how the events themselves are triggered. That will be the business logic tied up with the idea of 'Context'.
@jojojojo483
@jojojojo483 4 жыл бұрын
You are a great teacher!
@davidsierra3300
@davidsierra3300 6 жыл бұрын
excellent video, you have the gift of teaching! subbed
@loggoggles
@loggoggles 2 жыл бұрын
Thanks!
@nikiforovpizza
@nikiforovpizza 6 жыл бұрын
Thank you, dude! Useful and comprehensible tutorial)
@ChristopherOkhravi
@ChristopherOkhravi 6 жыл бұрын
Thanks! Im glad to hear! And thanks for watching :)
@kalinkalin4543
@kalinkalin4543 6 жыл бұрын
last repetition before exam, great job :D thanks
@ChristopherOkhravi
@ChristopherOkhravi 6 жыл бұрын
Glad to hear it helps :) Best of luck on the exam! :)
@user-mb6cn8zq4v
@user-mb6cn8zq4v 3 жыл бұрын
Now it`s all clear, thanks !
@sweetteddy390
@sweetteddy390 2 жыл бұрын
Thank you so much for the wonderful explanation Chris!! Looking forward to more design pattern videos from you... for Builder/FlyWeight/ChainOfResponsibility/Memento/Mediator/Visitor may be? :)
@Generally2310
@Generally2310 8 ай бұрын
Great work 👏
@SoferPeOZN
@SoferPeOZN 3 жыл бұрын
I've devoured your entire playlist and now I'm sad cuz there aren't any design videos of such quality and engagement on the internet :( What about resuming the series?
@ChristopherOkhravi
@ChristopherOkhravi 3 жыл бұрын
@Obikin89
@Obikin89 5 жыл бұрын
Would it make sense to implement the singleton pattern on each state so that we do not need to instantiate thousands of states and just use the one we need ? You would pass the gate as an argument for each method but you would only have a single instance of each states and gates would still use the one they need individually. I know you've said that we should avoid using the singleton pattern but if the object instantiated is just a library of methods there's no reason to duplicate it... is there ?
@VikashChandola
@VikashChandola 3 жыл бұрын
Wouldn't this be a problem if we have multiple gates? In that case we need multiple instances of GateState ? May be we can have a factory as part of Gate which always return reference to same object. This way each GateState can ask for GateState object from Gates factory. This will also avoid the problem that you pointed(recreating objects) but also allows multiple gates in system.
@shaileshchotoe
@shaileshchotoe 3 ай бұрын
great content, used to watch your videos years back, and now again. i noticed a small mistake but its not a big detail: in 7:10 u mention that if youre in the openstate and you receive a payOk message you stay in the Openstate, but in 58:11 youre giving an example for when youre in the openstate and you receive a payOk you close the gate. i think you accidently overlooked it
@osamucamarques
@osamucamarques 2 жыл бұрын
Very good stuff. Thanks man!
@abhinandanaryadipta757
@abhinandanaryadipta757 3 жыл бұрын
Pretty good explanation. Thanks Chris. May be this needs a better example since 2-state machines don't really need a State Pattern but a boolean and we may be abusing the design pattern (aka Design smell) in our code.
@oladipotimothy6007
@oladipotimothy6007 Жыл бұрын
You never can tell, it could grow beyond that
@josephralph7640
@josephralph7640 6 жыл бұрын
I have a doubt here. 1) While transitioning states, we are always creating a new instance of next State object. Is this a good idea ? 2) Is it possible to create all possible State objects just once and store it in the Context Class (Gate class here). Since we are already passing the Gate class to the GateState class, we can just get the next State object from the pre-created objects instead of creating a new one every time ? 4) If yes, can you give a correct way of implementing above thing.
@konradkudzia28
@konradkudzia28 6 жыл бұрын
You can use Singleton Pattern for each state: kzfaq.info/get/bejne/nrt1ks1n1pawhIU.html
@joshl.8950
@joshl.8950 5 жыл бұрын
I realize you asked your question a year ago.. If you were to hold an instance of every (currently known) state in your context class, you'd be setting yourself up for problems down the line when new states are introduced or naming changes or certain states are no longer part of the solution. Keeping the states decoupled from the gate class allows any state to be implemented at any time during the life of the program without having to screw up your context class.
@amplifiedge
@amplifiedge Ай бұрын
Thank you!
@FR12321
@FR12321 6 жыл бұрын
I'm feeling weird about the idea that the state provides a new state to the state machine. Shouldn't there be a contract (ie. interface) between the state machine and the state where the state can use GoToOpenState() rather than creating a dependency between the concrete OpenState and CloseState? I mean if I'm a state, I shouldn't be responsible for instanciating the next state, rather I should tell the state machine that now it should transition to the state Open, however is has been defined.
@MrChezzwizz
@MrChezzwizz 5 жыл бұрын
Thank you for your explanation. It was especially useful to hear about state diagrams and to see them used in the explanation of the UML. Your method of repetition seems to really help link your different parts together. I did have one question that I may attempt to experiment with myself and that is why a concrete state object wasn't returned from the action/message handler methods and used to set a reference in the context?
@mfelsheikh
@mfelsheikh 3 жыл бұрын
This is amazing, really great Thank you
@tofahub
@tofahub 5 жыл бұрын
Your videos are amazing. I enjoyed every bit of them. There is not a lot of good tutorials on advanced OOP on KZfaq. Can you please consider making some?
@GavinKimpson
@GavinKimpson 8 ай бұрын
I like this video will check your other videos for sure
@AlfW
@AlfW 4 жыл бұрын
Mixed feelings. After I watched this video, I felt that injecting the Context (Gate) into the State is unnecessarily complex. It would be simpler and more explicit to return the new State from each handle (and simply return "this" if we stay in the same state) and the Context request methods are responsible for applying that returned state. Then I realized that the pattern is not only about states and transitions; the states also do something for each handle, that is, they manipulate data. And this data resides in the Context (preferably in a third class, say, Data). So it is necessary to inject Data into the State. And I think I'd prefer to do this as an argument to the handles. So, to sum up, I think I would prefer to have "State handle(Data data)" methods instead of "void handle()". Do you see any downsides? PS: So far I have implemented all my state machines using enums and switch(). I wonder if I really try the State Pattern next time.
@kotekutalia
@kotekutalia 4 жыл бұрын
In this example one could need a method similar to "typeof" to determine current state by it's class name and than apply conditional algorithm.
@gerdsfargen6687
@gerdsfargen6687 2 жыл бұрын
@@kotekutalia so maybe a Generic?
@sarastanway8861
@sarastanway8861 5 жыл бұрын
wonderful series!
@TheTadeu17
@TheTadeu17 4 жыл бұрын
I think you have an error, or may not, correct me if i'm wrong but, When your Gate is on state open and you receive the method payOk() you should stay on open state, right?
@Puschen121
@Puschen121 4 жыл бұрын
I think you're right. payOk() in OpenGateState should just do nothing. Imo the given implementation should be for the enter() method. This also doesn't change for the first, simpler version of the state machine.
@007arek
@007arek 6 жыл бұрын
I think that this payOk() method in OpenGateState should be the enter(). Thanks for your work.
@nassimmamouni802
@nassimmamouni802 6 жыл бұрын
007arek t le boss toi j ai pose la mm qst 😂😂, enfin j ai trouvé un commentaire qui partage la meme idee
@jeancharlesmourey
@jeancharlesmourey 2 жыл бұрын
Correct
@ridlr9299
@ridlr9299 3 жыл бұрын
If you wanted to avoid mutation and dependency injection, would you just make the interface methods be of type GateState and say state = state.enter(), for example?
@bakyayita
@bakyayita 2 жыл бұрын
Much appreciated 👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽
@ravisankarjampani213
@ravisankarjampani213 6 жыл бұрын
Simply Superb
@ioanadobos2840
@ioanadobos2840 4 жыл бұрын
I have a question, considering the initial discussion when we decided that in the OPEN GATE STATE if we try to pay again we would remain in that state (even if the payment is succesful or not), the concrete implementation is ok? Im a bit confused
@ioanadobos2840
@ioanadobos2840 4 жыл бұрын
In the paymentOK method we switch to a closed gate state
@jeancharlesmourey
@jeancharlesmourey 2 жыл бұрын
The concrete implementation is wrong in the video. PayOk is what gets you in the open state to begin with so if you get payOk when already in the open state, it’s a signal of an attempted double payment and so, the gate should stay open and not close. The enter event is what causes the gate to go from open to closed.
@user-ug8qc6tr6b
@user-ug8qc6tr6b 6 жыл бұрын
brilliant content!
@ChristopherOkhravi
@ChristopherOkhravi 6 жыл бұрын
Thank you very much. I’m glad you appreciate it 😊
@monikaraut5266
@monikaraut5266 Жыл бұрын
learned a lot from this video, Thank you... I have a doubt, why cant we return state itself . How about changing player state outside of the state class, e.g gate.state = gate.state().enter(); - - - -- -- - - in our main class
@andreipopa7662
@andreipopa7662 Жыл бұрын
This could be a solution, but we might want to encapsulate the inner working of the gate. The user (programmer who uses the gate / programmer) shouldn't need to know the internals of the gate or even that it is a state machine. Also, if for whatever reason you decide to change the interface of how the State works you need to make changes in a lot of places in you program vs changing just the Gate class.
@catcat942
@catcat942 4 жыл бұрын
This was good, I learned alot. Thank you!
@kattakittaxr
@kattakittaxr 3 жыл бұрын
wow this is an amazing tutorial thanks man
@kgck15
@kgck15 4 жыл бұрын
Really aweaome way of explaining concepts. More than that tge passion you show is tremendoua. Thanks for sharing uour knowledge. One question i had was ...why is pay part of gate class after paymentbdoes not happen on a gate. Having payok makes sense but not pay. Isnt it?
@alexalex6643
@alexalex6643 Ай бұрын
soooo coooool thank you
@edcatmull9253
@edcatmull9253 2 жыл бұрын
Love this, thank you!
@saurabhmahal1354
@saurabhmahal1354 4 жыл бұрын
got a deep dive into it .
@avimehenwal
@avimehenwal 3 жыл бұрын
Wow! this is a jewel :) I would be using state pattern with my upcoming project and this video explains everything on topic. Excellent video. Keep the great work up (Y) I would like to hear your opinions on Inversion of Control and Dependency Inversion principle from SOLID. I am super confused between these two and can seem to make distinction between them. They look same to me
@user-hx4nz7bf4m
@user-hx4nz7bf4m 3 жыл бұрын
it was 09:36 and i think i know how to make it. is it brilliant btw.
@interestedgamer5525
@interestedgamer5525 6 жыл бұрын
Hi Christopher, I have a suggestion regarding this pattern. I think methods in State interface can be of return type State instead of void & inside gate class or the context, whenever delegating to the Concrete State Classes we assign the return State like - "this.state = this.state.payOk();" and (return this) or create the required ConcreteState Object in Concrete State methods. and this adds only one assignment in every method of context. BTW Awesome Videos, Best Videos on OOP & design patterns on Internet, & lots of Thanks from India.
@Cmppayne26542
@Cmppayne26542 6 жыл бұрын
He actually mentioned this type of implementing the pattern at 49:30 in the video. It sounds like a neat concept at first but if we were to use the design example from the headfirst on using a gumball machine, the dispense method should be handled by the gumball machine and not the states. So it wouldn't be easy to call Dispense from TurnCrank because we have no reference to the base class. Also the base class may need to set its own state as well.
@interestedgamer5525
@interestedgamer5525 6 жыл бұрын
Chase Payne Sorry My bad, maybe I unconsciously get this idea from this video. Thanks it's there, He is the best.
@thomastesson9399
@thomastesson9399 2 жыл бұрын
Hi Christopher, great videos and playlist. It helps me a lot to appropriate design patterns. About the State Pattern, it kinda looks like the Strategy Pattern as each state has its own logic, right? I would define the State Pattern as an evoled Strategy Pattern. Do you agree? Do you consider make a new video in this playlist to explain the difference(s) between these two? Thanks again :)
@spin851
@spin851 5 жыл бұрын
Great video and channel I like it very well
@muditjain1387
@muditjain1387 8 ай бұрын
Dear Sir, at 1:02:47 inside the OpenGateState once we pass payOk() shouldn't it stay in the OpenGateState only? Why have u passed the changed state() and changed it to closed state? ClosedGateState will only come if I pass enter() in the class definition of OpenGateState? Kindly clarify.
@Mayukick
@Mayukick Жыл бұрын
Great video! I have been struggling to understand State Pattern but you made it really clear! I’m not very sure but the sample code you provided seems to be impossible to instantiate (apologies if I’m wrong) The reason is that the Gate class requires GateState object in the constructor while GateState requires Gate object in its constructor. It looks like circular reference, would it be possible to instantiate? (I’m gonna test it out when I’m available)
@chandankumarmishra336
@chandankumarmishra336 6 жыл бұрын
very nicely explained...thanks a ton for this :)
Null Object Pattern - Design Patterns (ep 18)
28:46
Christopher Okhravi
Рет қаралды 62 М.
Iterator Pattern - Design Patterns (ep 16)
1:37:25
Christopher Okhravi
Рет қаралды 94 М.
Вы чего бл….🤣🤣🙏🏽🙏🏽🙏🏽
00:18
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 3,2 МЛН
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 17 МЛН
Joker can't swim!#joker #shorts
00:46
Untitled Joker
Рет қаралды 39 МЛН
Design Patterns Revisited in Modern Java by Venkat Subramaniam
51:30
C++Now 2019: Kris Jusiak “Rise of the State Machines”
1:35:11
Observer Pattern - Design Patterns (ep 2)
49:47
Christopher Okhravi
Рет қаралды 561 М.
Command Pattern - Design Patterns (ep 7)
39:12
Christopher Okhravi
Рет қаралды 268 М.
Proxy Pattern - Design Patterns (ep 10)
37:35
Christopher Okhravi
Рет қаралды 162 М.
10 Design Patterns Explained in 10 Minutes
11:04
Fireship
Рет қаралды 2,2 МЛН
Factory Method Pattern - Design Patterns (ep 4)
27:21
Christopher Okhravi
Рет қаралды 542 М.
Template Method Pattern - Design Patterns (ep 13)
50:42
Christopher Okhravi
Рет қаралды 95 М.
The State Design Pattern in Python Explained
19:14
ArjanCodes
Рет қаралды 74 М.
Вы чего бл….🤣🤣🙏🏽🙏🏽🙏🏽
00:18