Automate the Problems Away
Understand how to automate repetitive development tasks to enhance productivity and reduce errors. This lesson helps you create repeatable processes like building, deploying, and testing software automatically, so you can focus on creative problem-solving and avoid manual mistakes.
We'll cover the following...
The program we build must be automated in any industry project, so we just need to type make or click a button. However, the tools used for compiling source code are generic automation tools; they can be used for a lot more than running compilers. Like many of the topics we’ve discussed, automation is also a productivity multiplier. We should use it well, and the time invested upfront multiplies our effort later.
There’s a famous de-motivational poster that says, “If a pretty poster and a cute saying are all it takes to motivate you, you probably ...