开发者

importance of IDE when developing enterprise application

开发者 https://www.devze.com 2023-01-08 04:02 出处:网络
wha开发者_StackOverflow中文版t is the importance of the IDE(Integrated development environment) when we develop enterprise applications.

wha开发者_StackOverflow中文版t is the importance of the IDE(Integrated development environment) when we develop enterprise applications.

Thank in advance!


An IDE brings together a number of different applications that are needed for rapid development, some IDEs provide more facilities than others.

  • Text/Code editor
  • Compiler integration
  • Debugger integration
  • Code completion/snippets
  • GUI editor
  • Test suite integration
  • Source control integration

This is important not only for enterprise application development, but is useful for a single developer as well.


The answer is "it depends" - on the people, the environment, languages and culture.

The IDE Divide

I use Vim and the OS is my IDE: Linux is "integrated" enough, and I can swap any component I want when I find better ones.

But I suppose this is true only for some definition of "enterprise". Some might say I'll never write a real enterprise-y application, and I'm fine with that.

0

精彩评论

暂无评论...
验证码 换一张
取 消