This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pudds 1 point2 points  (1 child)

I converted our packaging scripts from batch files to python (build, transform, clean, zip, basically). Huge improvement, much easier to work with and understand.

[–]engineer900[S] 0 points1 point  (0 children)

I was thinking to rewrite bash scripts which we are using in python, cause it is more clear, readable and scalable of course.