When is it time to move from an in-IDE build system to a script-based build? -


When should the developer be able to use the default build capability of their IDE to write and use a custom build script?

I know that it is subjective and I am interested in hearing all opinions; So, community wiki

It also depends on which IDE you are using, which language and For example, in Java it is common to use ante or Maven scripts, which can be used in both IDEs and different build processes. In PHP however, there is usually no manufacturing process, so guit can be used to make changes in any deployment server (manually or automatically).

Whenever, you will need it:

  • You are a number of developers working on the project;
  • You have released the project at least once;

Basically the automated build process is required when you want or a continuous integration process is required. If someone has broken the build ("But it works on my pc!"), It is useful for viewing automatically.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -