DEV Community

Discussion on: The Definitive List of Things I Don't Know

Collapse
 
charlesdlandau profile image
Charles Landau

So much of my anxiety is summed up in these four bullets

  • Avoiding bugs. We all create them...
  • Naming variables, functions, classes, and other concrete parts of the application...
  • Updating documentation as I code. The software documentation by definition is always outdated, anyway...
  • Doing Test-Driven Development (TDD). On many occasions, I have to play around with my vision and write some boilerplate code before being able to figure out what kind of tests I need...

Reading you name them and own them makes me re-evaluate how I guilt myself about this stuff.