Added section on programming, added hotkey for explorer.

This commit is contained in:
2022-04-25 22:33:59 -04:00
parent 6bbb623f7c
commit 8cbe3f8dca
4 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
## On tests:
#tdd #testing #worst_practices
I read a quote that said "some tests are better than no tests", but it made me think that the inverse is also true in my experience. Some tests are worse than no tests. It seems easier to write bad tests than good tests, at least so far in my practice of writing tests after code. As I am delving into TDD, perhaps this will change. It seems even odds that it won't though.