What's the purpose of the empty string?
- by Max Toro
To me, as a developer and as a user, I find the empty string ("") useless and the cause of much confusion, it's like saying string == char[]
Maybe computers need the empty string, so I'd like to learn why.