What an excellent introduction to some very complex and detailed information. I like the connections to (even repetition of) other topics you've covered.
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.
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.
Excellent... a video on "Drawing Boxes" all about... ... ... drawing boxes! :)
What an excellent introduction to some very complex and detailed information. I like the connections to (even repetition of) other topics you've covered.
Thanks! Yup - it's all connected
Nice to see the subscribers growing, and glad you've put out another video
Interesting, i want more
Very simple, yet impressive.
Wake up babe new drawing boxes video just dropped
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.
No not modules, namespaces
@ In many languages like Python, Javascript and Rust they are the same thing. Not in C++ for sure
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.