Is it safe to make a method that returns a match collection or nothing? or
is it better to just return a match collection and have the code outside the
method validate that match collection is empty or not?
is it better to just return a match collection and have the code outside the
method validate that match collection is empty or not?
Comment