iOS 开发中的单元测试成本更高吗?
你认为单元测试对于 iOS 开发来说是一种过度杀伤力吗?
我读了这篇帖子。作者说,对于一个iOS App来说,单元测试花费了我们太多的精力。分享您的观点。
Do you think unit testing is an overfkill for iOS Development?
I read this post. The author says that for an iOS App , unit testing takes too much of our effort. Share your views.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单元测试永远不会矫枉过正。您必须首先定义要测试的内容。然后你将如何测试它。如果需要付出很大的努力,你就会有一种“测试气味”。通常,您应该练习如何以可测试的方式编写代码。
Unit testing is never overkill. You have to define what you want to test first. And then how you are going to test it. If it takes to much effort you have a 'test smell'. Normally you should workout how you write the code in such a manner that it is testable.