You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I could chime in, I would like to suggest transitioning away from bash, rather than investing more into bash.
While bash is very useful for projects with little complexity, it become unwieldy as complexity grows. Transitioning over to a language like python would allow for better readability, maintainability, and portability while not affecting the overall efficiency of the tool.
Moving to a language like python would allow for you to easily add argument controls via the argparse library and would allow you to easily adopt plugins for different parts of the pipeline (for example using Shaka Packager for packaging).
Here's the bash style guide I was referring to:
https://google.github.io/styleguide/shell.xml
Shall we adopt it moving fwd and retrofit our existing stuff as time allows?
The text was updated successfully, but these errors were encountered: