DEV Community

Discussion on: What does code quality mean to you?

Collapse
 
ender_minyard profile image
ender minyard

Putting structures in place that don't let bugs go to production.

Collapse
 
thenjdevopsguy profile image
Michael Levan

Agreed! What structures would you add?

Collapse
 
ender_minyard profile image
ender minyard

Unit testing! I'm trying to figure out unit testing for my own CI/CD pipeline this very moment.