Hi Zach,thanks for the response.I think that was clear - I got it that the returned response is a compressed version of the payload.The reason why I suggested the `get-and-compress-payload` is because it's more aligned with what the code is doing - first it fetches the payload and then it compresses it; then it's returned to the clientOn Fri, 22 Feb 2019 at 01:27, Zach Tellman wrote:The full sentence in question is this:If it takes an `id`, replaces the payload with a compressed version, and returns the result, it should be called `compress-and-get-payload`.Maybe this was unclear, but the "result" here is meant to be the compressed version of the payload. The functionality I'm describing does align with your intuition of what the name should describe.Hope that helps,Zach