Never rely on Strings for conditionals
Almost all the time is a bad decision to use Strings in conditionals because you will have no help from the compiler to alert you when you typed them wrong.
Throw the first stone the developer who never lost hours of work debugging because the code d...
blog.darlantc.com6 min read