On Fri Mar 31 04:55:37 2023 +0000, Mohamad Al-Jaf wrote:
I think it's best not to comment methods. They may be used to generate
UUIDs, as part of the interface signature. Does that matter in this case since the interface is only being used as a forward declaration? In any case, it wasn't too bad adding the definition.
It doesn't but as soon as it's used in some generic type it might, I think the definitions should be complete as soon as we add them to not end up with silent problems later.