What is a build tool?

后端 未结 8 1831
逝去的感伤
逝去的感伤 2020-11-30 16:49

For past 4 years, I have been programming with Eclipse (for Java), and Visual Studio Express (for C#). The IDEs mentioned always seemed to provide every facility a programme

8条回答
  •  囚心锁ツ
    2020-11-30 17:11

    You have been using them - IDE is a build tool. For the command line you can use things like make.

    People use command line tools for things like a nightly build - so in the morning with a hangover the programmer has realised that the code that he has been fiddling with with the latest builds of the libraries does not work!

提交回复
热议问题