Jared Wooten

Technical Coach | Extreme Programmer

  • About
  • Blog
  • Curriculum Vitae

Let's Call Them Microtests!

April 06, 2020 by Jared Wooten

Naming is one of the most difficult tasks of development. My last team debated names of things because communication is crucial, but it is a challenge. Naming a paradigm, pattern, principle, namespace, class, variable, or whatever is an attempt to communicate with another engineer about a broader set of related ideas using a condensed term. Computers don't care what you name things in your code; It all becomes binary once it's compiled anyway.

Read More
April 06, 2020 /Jared Wooten
unit testing, microtests, communication, extreme programming, arrange act assert, TDD, test-driven development
1 Comment

A Culture of Unit Testing Makes Products Better

March 30, 2020 by Jared Wooten

I carried this new found love of unit testing with me to each new workplace. I taught the passion and associated skill set to whichever colleagues would listen. At my last workplace, I declared myself the _Unit Test Evangelist_ and taught my team everything I knew, and together we improved on the knowledge and skills I brought with me. We had great philosophical discussions on how to think of approaching legacy code with tests, and what kind of tests were the most important to write in various situations.

Read More
March 30, 2020 /Jared Wooten
unit testing, extreme programming, culture, quality, product
Comment