The Chain of Responsibility Pattern Explained & Implemented | Behavioral Design Patterns | Geekific

The Chain of Responsibility Pattern Explained & Implemented | Behavioral Design Patterns | Geekific

Geekific

3 года назад

42,081 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Stikmanas
@Stikmanas - 09.01.2024 22:37

you are the greatest man, made a module in university 10x easier, I love you man

Ответить
@antwanwimberly1729
@antwanwimberly1729 - 15.11.2023 01:58

Hames Gosling

Ответить
@prolamaamvs6952
@prolamaamvs6952 - 03.07.2023 17:52

i am sorry but i try to implement your code , i understood everything but this setNextHandler is not right becouse you will always set the last handler in witch case you will have only one handler

Ответить
@cparks1000000
@cparks1000000 - 11.06.2023 01:43

I realize that this is outside the scope of the video; however, it's poor security protocol to tell a (possibly malicious) user weather or not the username exists. This gives the adversary extra information to use in the attack. If you send, "wrong password" the adversary now knows that the username exists and they should try more passwords. If you just send, "Invalid login information," the adversary doesn't know if the username is wrong or the password is wrong. This is particularly an issue when people reuse passwords and/or usernames (or variants thereof).

Ответить
@sperpflerperberg8147
@sperpflerperberg8147 - 30.05.2023 01:24

These videos are fantastic!

Ответить
@__ShamimaAkterShimu
@__ShamimaAkterShimu - 23.02.2023 13:51

Why chain of responsibility is a behaviour design pattern? Plz ans me.

Ответить
@imad.alilat
@imad.alilat - 05.02.2023 02:33

Thank you for the this amazing videos ! you are the best Sir !

Ответить
@waeljawadi3253
@waeljawadi3253 - 08.01.2023 20:59

Thanks, for the effort creating those well explained videos and for the well choosen examples

Ответить
@wesamalkhteeb4474
@wesamalkhteeb4474 - 07.01.2023 17:47

thank you😍😍

Ответить
@elyakimlev
@elyakimlev - 17.04.2022 21:57

Thanks for these clear explanations. I'm actually a programmer several years now (mobile game industry), but where I have been working, we haven't had any strict rules so everybody just implemented things as they saw fit. Now that I'm thinking of moving to another company, I realize I lack some fundamental programming skills and your lessons are quite helpful. Clearer than other tutorials I've seen. Thanks!

Ответить