Great insights! I came to some similar conclusions as well.
I really like the one about failing on missing config parameters. I used to set default params all the time (thinking I was clever).
Another big win in the last few years has been feature flagging. I use it extensively to tune performance when in production. I can control batch sizes, delays, retries, and API key rotation.
I really like the one about failing on missing config parameters. I used to set default params all the time (thinking I was clever).
Another big win in the last few years has been feature flagging. I use it extensively to tune performance when in production. I can control batch sizes, delays, retries, and API key rotation.
bookmarked!