dongpouda6700 2015-11-12 20:17 采纳率: 100%
浏览 90
已采纳

beta和alpha API有什么区别?

What is the difference between beta and alpha API's? I've seen these two versions offered on Google's Developers API website for PHP: https://developers.google.com/google-apps/tasks/downloads

  • 写回答

1条回答 默认 最新

  • douzhanglun4482 2015-11-12 23:18
    关注

    Beta and alpha releases of software, or APIs, is a common term in development. They are both for products still under development. A product is first released for alpha testing, then bugs are reported and fixed, and an improved beta version is released. After that has been tested, the product is ready for an official release. So you can expect to find more bugs and instability in alpha than beta.

    For those APIs you linked to, you don't have a choice between beta and alpha. There is only one option for each different library.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?