When should a function accept a symbol as an argument?

I always feel like strings are more ‘lax’. It seems like case should be unimportant, mostly, and frequently I think they are treated that way (comparing with a lowercase for example).

Psychologically, it seems like symbols are ‘stricter’, and I always know case matters.

3 Likes