Flowchart diagram

49 views
Skip to first unread message

MA07

unread,
May 13, 2017, 2:56:27 PM5/13/17
to Python Programming for Autodesk Maya
Hello,
I'm quite new in programming,
I would like to know does anyone draw flowchart before they create/customize tools for Maya(python)?
If so do you mind to share it so I could learn it?
I'm still searching some on the internet.

Not sure whether this question is suitable or not.

thank you

Marcus Ottosson

unread,
May 13, 2017, 3:29:46 PM5/13/17
to python_in...@googlegroups.com
Could you be referring to UML?


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, or this.

MA07

unread,
May 13, 2017, 4:23:05 PM5/13/17
to Python Programming for Autodesk Maya
thank you. It something like this . I think. not sure whether it the same thing or not .

Justin Israel

unread,
May 13, 2017, 11:53:26 PM5/13/17
to Python Programming for Autodesk Maya


On Sun, May 14, 2017, 8:23 AM MA07 <amirahsya...@gmail.com> wrote:
thank you. It something like this . I think. not sure whether it the same thing or not .

Looks like flow chart that could be produced via uml or some other modeling tool, to me. 

I've never made too much use of them in my own development process. Maybe it depends on the company or team you work with, or your own personal preference of a workflow to design a solution. 



On Saturday, May 13, 2017 at 8:29:46 PM UTC+1, Marcus Ottosson wrote:
Could you be referring to UML?


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, or this.

--
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/7eee1e45-f54f-4d44-8693-0811be83cfbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Alok Gandhi

unread,
May 14, 2017, 5:32:47 AM5/14/17
to python_in...@googlegroups.com
I do it all the time. Here's my process - 
  • I start with rough sketches drawn by hand on paper representing the architecture. Usually, these are UML's
  • When I have coded a fair bit, I use PyNSource to generate the UML's.
  • I keep on iterating and refining.
  • Sometimes I leave the UML's in the source code as ASCII strings (PyNSource lets you create UML as ASCII art)



On Sun, May 14, 2017 at 11:53 AM, Justin Israel <justin...@gmail.com> wrote:


On Sun, May 14, 2017, 8:23 AM MA07 <amirahsya...@gmail.com> wrote:
thank you. It something like this . I think. not sure whether it the same thing or not .

Looks like flow chart that could be produced via uml or some other modeling tool, to me. 

I've never made too much use of them in my own development process. Maybe it depends on the company or team you work with, or your own personal preference of a workflow to design a solution. 


On Saturday, May 13, 2017 at 8:29:46 PM UTC+1, Marcus Ottosson wrote:
Could you be referring to UML?


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, or this.

--
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 python_inside_maya+unsub...@googlegroups.com.

--
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 python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1siS_aagnGxb_m%3DgMopZQaFmJW8jAU%2B%3DEj_b%3D0pthVWg%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.



--
Reply all
Reply to author
Forward
0 new messages