惟 IDE 的构建的问题是,它助长了 “在我的计算机上能运行”问题,即软件在开发人员的环境中可以运行,但是在任何其他人的环境中就不能运行。
The problem with an IDE-only build is that it can perpetuate the "works on my machine" problem where software works in a developer's environment but not in anyone else's environment.
惟ide的构建有碍自动化,清除的惟一方法就是创建可编写脚本的构建。
IDE-only builds prohibit automation, and the only way to fix this stench is to create a scriptable build.
惟ide (IDE - only)的构建是指只能通过开发人员的IDE执行的构建,不幸的是,这似乎在构建中很常见。
An IDE-only build is a build that can be executed only through a developer's IDE and, unfortunately, this seems to be one of the more common build smells.
应用推荐