Command Design Pattern In Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 4

  • @RamananSram
    @RamananSram 3 ปีที่แล้ว +1

    Awesome video and great explanation! Thanks.

  • @future-jim
    @future-jim 4 ปีที่แล้ว +2

    great explanation :)

  • @nikhilkulkarni4049
    @nikhilkulkarni4049 3 ปีที่แล้ว

    how to pass context to the next command ?

    • @sbcode
      @sbcode  3 ปีที่แล้ว

      add an extra property to your command object to store the context. or consider the memento pattern. sbcode.net/python/memento/