I've seen this in an old book (Code Complete?) a few aeons ago, and I can't say I like it, but I use it a lot. In Java/C# this can throw a null pointer exception: myString.equals("another string"); however this will…
I've seen this in an old book (Code Complete?) a few aeons ago, and I can't say I like it, but I use it a lot. In Java/C# this can throw a null pointer exception: myString.equals("another string"); however this will…