moajs / moa-api

一个基于node express快速开发api类后端的框架,适用于angularjs和ionic等前后端分离的项目
https://github.com/moajs/moa-api
MIT License
250 stars 55 forks source link

api文档在开发中也是很需要的 #20

Open lawrence-peng opened 8 years ago

lawrence-peng commented 8 years ago

在以往的开发经验中,都是文档写完再手动写代码,这样带来的问题就是开发到后期,代码的调整永远都比文档修改快,最后系统与文档都是不一致的结果。如果能在定义入参与出参的同时,把文档自动成就完美了。可以参考这个项目 https://github.com/lawrence-peng/aza-node