Question About Using Symbols for Context.Tag Identifiers in Effect

Hello people,

I'm new to effect, and I'm currently going through documentation on requirements management.

I can see that the identifier that Context.Tag accepts must be a
string
. I am curious if it would be more preferable for id to be symbol as well, as there is a possibility of two services having the same identifier when they are string, but not when they are symbols.
Was this page helpful?