xxxxxxxxxx
# never Use Bash To perform Automation for Cloud Computing
orchestration
# Reasons:
Shell script is ugly.
Shell script is unreliable.
Shell script doesn't have exceptions.
Shell script is hard to debug.
Shell script is hard to test.
Shell script isn't object oriented.
Shell script is full of idiosyncratic cruft.
Shell script doesn't have any decent data structures.
Shell script doesn't scale.
Shell script encourages code duplication.