Boundaries & Encapsulation

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

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

  • @edgeeffect
    @edgeeffect 19 วันที่ผ่านมา +4

    Excellent... a video on "Drawing Boxes" all about... ... ... drawing boxes! :)

  • @PhillipKerman
    @PhillipKerman 19 วันที่ผ่านมา +1

    What an excellent introduction to some very complex and detailed information. I like the connections to (even repetition of) other topics you've covered.

    • @drawingboxes
      @drawingboxes  19 วันที่ผ่านมา +1

      Thanks! Yup - it's all connected

  • @alan-
    @alan- 20 วันที่ผ่านมา

    Nice to see the subscribers growing, and glad you've put out another video

    • @AK-vx4dy
      @AK-vx4dy 19 วันที่ผ่านมา

      Interesting, i want more

  • @ali-mw5no
    @ali-mw5no 20 วันที่ผ่านมา

    Very simple, yet impressive.

  • @sudiptagogoi1431
    @sudiptagogoi1431 19 วันที่ผ่านมา

    Wake up babe new drawing boxes video just dropped

  • @cryptonative
    @cryptonative 20 วันที่ผ่านมา +1

    Good video. One objection though, IMO classes are not the grouping for function, that’s modules. Classes are a grouping or an abstraction of functions *and* data.

    • @jefriegames9762
      @jefriegames9762 19 วันที่ผ่านมา

      No not modules, namespaces

    • @cryptonative
      @cryptonative 19 วันที่ผ่านมา

      @ In many languages like Python, Javascript and Rust they are the same thing. Not in C++ for sure

    • @drawingboxes
      @drawingboxes  19 วันที่ผ่านมา +2

      You're right, that's a fair point. I considered that the "functions" level should include any reusable grouping of code: CSS classes, SQL CTEs, data objects, etc. But I wanted to keep things a bit simpler, so chose just functions and classes. It's just meant to introduce that idea of encapsulation so that I can expand on it as the video progresses.