Thoughts on multi operation naming

I mostly use a string based on the structs I use, but this relies on both of them having an id and found.
Sometimes I use a uuid appended after the “user_block” for example, and in the docs I saw I could use a tuple.

I do the same as you. It works fine IMO. But perhaps there is a better way? :slight_smile:

1 Like