shell - Where does scripting fit in today -


I was wondering what is the place of scripting in today's IDE and GUI world.

I'm new to programming and thinking what point I want, if at all, open the PowerShell terminal for a particular task. How do people use scripting here and how important is it for a modern developer working with C ++ / C # / Java?

Normally, you want to write scripts if you ever expect to work more than twice We do. The script has the following advantages:

  • It is not dependent on human operation (man is wrong)
  • It is repeatable
  • in scripts It can be stored source control

This is well suited for tasks like tasks, deployment, and automated testing.


Comments