|
|
|
|
|
by messel
5 days ago
|
|
If you can use a typed language, you want guardrails. Unit tests aren't enough you want integration tests with headless browsers if applicable. It can automatically catch many of its own mistakes earlier. Be opinionated on your rules files for how you want it to organize the data and code (I built a scaffold template I use all over https://github.com/victusfate/scaffold, fork it make it your own) If it edits tests you need to push back on why. I'm seeing it too often go to switch case vs simple inheritance. It's too slow sometimes for simple one line change. |
|