|
|
|
|
|
by th3byrdm4n
823 days ago
|
|
This assumes useful tests. There's a false equivalency drawn between writing tests means you wrote good code. In reality, those who can write good tests can also write good code. My rules of thumb:
"Be a goldfish"
- Forget everything you know about your project, is it complicated, non-intuitive? Tests + clear documentation. But don't test for stupid stuff. AI's already generate+test the stupid stuff for us anyway ... why are we writing it |
|