Update python-for-infrastructure.md

This commit is contained in:
Kevin Schu
2021-04-30 11:45:47 +02:00
committed by GitHub
parent db5600b4e1
commit 5fc0702fad

View File

@@ -10,7 +10,7 @@ This makes it an ideal candidate for infrastructure glue code and adapters.
Shell scripts serve the same purpose. But they usually start simple and get more complex over time. Shell scripts serve the same purpose. But they usually start simple and get more complex over time.
This is the point where Python's features like testing capabilities, modularity, variable scoping and refactoring This is the point where Python's features like testing capabilities, modularity, variable scoping and refactoring
support come in strong. We found that Python scripts are easier maintained in the long run and pose support comes in strong. We found that Python scripts are easier maintained in the long run and pose
a lower barrier for contributions by our development teams. And they run across platforms and shells a lower barrier for contributions by our development teams. And they run across platforms and shells
without much trouble which is a big plus for developers running different operating systems. without much trouble which is a big plus for developers running different operating systems.