How to represent Javascript object creation with an UML class diagram?

前端 未结 2 1051
闹比i
闹比i 2021-02-08 20:19

I\'m having some trouble drawing an accurate UML Class diagram for my JavaScript APP. I\'ve read several UML reference resources, but still didn\'t find an answer for my situati

2条回答
  •  盖世英雄少女心
    2021-02-08 20:55

    I would take a look at Object Playground.

    It will create a diagram that exactly shows what is going on in your JS object hierarchy.

提交回复
热议问题