Which of these two is the "better" method and why?
if(list.isEmpty()) { return; } else { [...] }
vs.
if(list.isEmpty()) { return; } [...]
Aucun commentaire:
Enregistrer un commentaire