Is there ANY way to require a developer to pass in a non null string into a function at compile time?
Basically I want to pass in a string as a parameter, but want to make sure that the developer passes in a string that is not 'null'. I don't think this is possible, but just making sure.
Go to the complete details ...