- Mastering Python Networking
- Eric Chou
- 108字
- 2021-07-02 21:42:38
Bad automation speeds bad things up
Bad automation allows you to poke yourselves in the eye a lot faster; it is as simple as that. Computers are much faster at executing tasks than us human engineers. If we had the same set of operating procedures executing by a human versus script, the script will finish faster than humans, sometimes without the benefit of having a solid feedback look between procedures. The Internet is full of horror stories when someone presses the Enter key and immediately regrets it.
We need to make sure that the chance of a bad automation script can go wrong is as small as possible.
推薦閱讀
- Twilio Best Practices
- Python應用輕松入門
- Visual C#.NET程序設計
- 零基礎學單片機C語言程序設計
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Learning Material Design
- Rust游戲開發實戰
- Clojure for Java Developers
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Sails.js Essentials
- C語言程序設計與應用實驗指導書(第2版)
- JBoss AS 7 Development
- 深入實踐C++模板編程
- PHP從入門到精通(第7版)
- PhoneGap 3.x Mobile Application Development Hotshot