wide/doc/zh_CN/motivation.html

33 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Wide - 动机</title>
</head>
<body>
<h1>Wide 的由来</h1>
<ul>
<li>Go IDE 很少,用 Go 本身开发的 IDE 更是没有,这是一个很好的尝试</li>
<li>基于 Web 的团队 IDE
<ul>
<li>客户端只需要浏览器</li>
<li>团队开发,降低协作复杂度</li>
<li>跨平台,甚至在移动设备上</li>
<li>For the geeks</li>
</ul>
</li>
<li>目前较为流行的 Go IDE 都有一些缺陷或遗憾:
<ul>
<li>文本编辑器类vim/emacs/sublime/Atom 等):对于新手门槛太高,搭建复杂</li>
<li>插件类goclipse 等):需要原 IDE 支持,不够专业</li>
<li>LiteIDE同时只能运行一个进程界面不够 modern</li>
<li>没有团队开发体验</li>
</ul>
</li>
<li>商业开源的一次尝试</li>
</ul>
</body>
</html>