Could you be referring to UML? - https://en.wikipedia.org/wiki/Unified_Modeling_Language
I used to think it was the greatest thing, but nowadays I think it invites complexity into my design. If I can't keep up with or communicate the relationships between objects in my code without a flowchart, I consider it a red flag and simplify until I can. If you're just starting out however, I think it could be helpful as a visual aid to your design. But maybe wouldn't depend on it too much. When I do use it nowadays, 6-7 years into programming, it's typically to communicate some existing system to others. Like this <https://mindbender-studio.github.io/1.0/#schema>, or this <https://mindbender-studio.github.io/journal/p/week-1/#filesystem-api>. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCVaBN%2B5ZHXT1cxA0TzG6Vc4cqZ1WJpbh_NPTxc7Zu3Ew%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
