DEV Community

Discussion on: What are some tasks that programmers should do to save time?

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Writing bash scripts for deployment instead of typing it in the command line to speed up the process for deployment.

Collapse
 
david_j_eddy profile image
David J Eddy

Task runner / or a CI box would be great for this.

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Yup CI/CD saves the developer lots of time and effort.

Thread Thread
 
audreyturco profile image
Audrey Turco

Do DSL or some kind of CI/CD. Bash is one up on the command line, but automating the entire process and being able to have that in your project repo is gravy.