Is this :
String function() { return someString; }
Any different than this ?
String function() { return(someString); }
No difference, just convention