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