Generally speaking, returning null from a method should be considered really bad . This forces the user of the method to do null checks and create conditional code paths.
Generally speaking, returning null from a method should be considered really bad . This forces the user of the method to do null checks and create conditional code paths.