Hacker News new | ask | show | jobs
by luciusdomitius 1534 days ago
I always thought Ruby has symbols because

   const String ACCOUNT_FUNDS_EXCEEDED = "ACCOUNT_FUNDS_EXCEEDED"
is plain retarded :D
1 comments

That would be an odd way to do that in a language that doesn't have symbols too though.
Have a look at 90% of corporate codebases.
it makes sure that any typos are caught at compile time, for one