Linked by Drumhellar on Thu 6th Sep 2012 02:43 UTC
Thread beginning with comment 534227
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2007-09-22
Scripting is about iterative development, fast iterative development. Change, run/test, done.
I think Linus Torvalds said it best in his Google tech talk about Git:
When something is fast, you use it differently.
If it takes less time to build, thus it is cheaper.
You don't have to use cheap programmers/cheap labor to do it. Actually I would recommend not do so.
When making larger things, you want some programmers to take time to investigate and think before they start. You want to make some proper choices about structurale/architecture. Lay a good foundation and stick to that.
Where should PowerShell be used ? System administration ?
When something isn't working a busy sysadmin just wants to do a quick fix to a script to keep the systems running. And probably come up with a proper solution later.
First priority: keep systems running.
The perfect example of an environment that asks for for quick iterative development ?