(no title)
jeremycw | 4 years ago
If you naively go about refactoring something like:
POST /users
Thinking all you need to do is match the output of the current request and match the record it makes in the users table you're potentially missing a ton of side effects you didn't even know about.The problem has always been the side effects and until one of these gems can track and compare side effects in an intelligent way I don't see how they are that useful.
emodendroket|4 years ago
weaksauce|4 years ago
Mikeb85|4 years ago
BurningFrog|4 years ago
I'm a programmer, not a wizard!
aeontech|4 years ago
These tools would make me feel a lot more confident refactoring code like this (actually, right now I use Postman automated API response recordings with a manually extracted dataset of representative query parameters from production logs to validate our changes) - so this indeed looks like it might make my life easier :)
joelbluminator|4 years ago