1
0 Comments

What Does Quality Code Actually Mean?

When you think of "Code Quality", what does that entail? Perhaps a few unit tests and some docs, but that's only the beginning.

I'm super passionate about code quality and I started down the path of what that actually means.

  • Consistent Code
  • Testing (unit, integration, mock, etc.)
  • Containerizing code and running tests in containers for faster output
  • Static Code Analysis
  • Documentation
  • Edge cases, for example, testing an SDK you're using even if you aren't the maintainer of it.

I think code quality can be taken a step further.

If you're interested in seeing what steps I take, I started a self-published eBook on Gumroad: https://gum.co/ASyXy

If you'd like to follow my journey on sharing code quality practices with the world, you can find me on Twitter @TheNJDevOpsGuy

on September 28, 2020