@thomasfuchs I generally agree, but I use it mostly when there isn’t a framework. I don’t have the luxury of telling a client to rewrite their site or a backend cloud service only supports micro frameworks. I need to write similar, but all slightly different tests for each endpoint so I just use it as a more capable find and replace.
When I say boilerplate I mean drudge work like writing a mapping between ISO 3 digit country codes to 2 digit country codes.
I checked for a library but the only one close was just 2 digit codes. Funny enough, I contributed my mapping to them as a PR.