Uml / sequence / package / … diagram alternative for JavaScript and Electron application?
问题 My question is if there are any kind of diagram I could draw in order to visualise and Electron / JavaScript application? I would need alternative for the different uml diagrams, like class or package diagram but since JS is prototype-based and it's not like Java or C# I don't know what I could do. The only one I might be able to make is a sequence diagram, but I should (probably must) make other diagrams as well. 回答1: First of all, you're not obliged to document everything in UML diagrams at