@brettcannon I tend to gravitate to "to_*()" out of habit, but honestly, I like the argument in https://www.joelonsoftware.com/2005/05/11/making-wrong-code-look-wrong/ for writing "*_from_*()" conversion functions instead, which kind of makes me want to avoid "to_*()" if I'm putting enough thought into it. 🤔