- 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.
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- 我的第一本算法書
- 看透JavaScript:原理、方法與實(shí)踐
- 機(jī)器人Python青少年編程開發(fā)實(shí)例
- Learning ELK Stack
- Hands-On Automation Testing with Java for Beginners
- 表哥的Access入門:以Excel視角快速學(xué)習(xí)數(shù)據(jù)庫開發(fā)(第2版)
- Learning OpenStack Networking(Neutron)
- MINECRAFT編程:使用Python語言玩轉(zhuǎn)我的世界
- 從零開始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)項(xiàng)目化教程
- PyQt編程快速上手
- Java高手是怎樣煉成的:原理、方法與實(shí)踐
- Spring Boot從入門到實(shí)戰(zhàn)