Was taking a tutorial in Go and the instructor was manually testing things as they went along.
Iβm not hard-core TDD, but I kept thinking how much time they would save by writing their tests first. Was a bit painful to watch all that back and forth.
I wouldn't say I'm full TDD yet, but def on that path.
Interesting pattern that I'm seeing is that most of my PRs are seem like they're 80% test files changes and 20% actual logic change. Pretty cool.
I wouldn't say I'm full TDD yet, but def on that path.
Interesting pattern that I'm seeing is that most of my PRs are seem like they're 80% test files changes and 20% actual logic change. Pretty cool.