是否有任何(免费)替代 Visustin,我需要从现有的 JavaScript 代码创建流程图
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10396044/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there any (free) alternative to Visustin, I need to create flowcharts from existing JavaScript code
提问by jakal121
Basically, I need to convert existing JavaScript code to flowcharts, I've tried using Code Visual to Flowchart but it doesnt produce the flow charts how I would like them to (just shows links to the different functions...
基本上,我需要将现有的 JavaScript 代码转换为流程图,我试过使用 Code Visual 到 Flowchart,但它没有产生我想要的流程图(只显示指向不同功能的链接......
Whereas Visustin actually separates each function automatically.
而 Visustin 实际上会自动分离每个功能。
Is there any free alternative or even a lesser expensive software?
有没有免费的替代品甚至更便宜的软件?
回答by RushPL
I think converting the code unedited results is useless due to too much detail. I would suggest a different approach that yields very readable flowcharts. http://code2flow.comcreates flowcharts from C-like (or Javascript-like) pseudo-code which can contain arbitrary natural language. Please note that I am directly involved with this solution. You should probably create a different flowchart for each important function in your code.
由于细节太多,我认为转换未经编辑的代码结果是无用的。我建议采用不同的方法来生成非常易读的流程图。http://code2flow.com从可以包含任意自然语言的 C 类(或 Javascript 类)伪代码创建流程图。请注意,我直接参与了此解决方案。您可能应该为代码中的每个重要功能创建一个不同的流程图。