Created
August 6, 2013 00:07
-
-
Save marciojrtorres/6160805 to your computer and use it in GitHub Desktop.
Nomes com semelhanças e diferenças claras podem facilitar a edição em IDE's com autocompletar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Usuario { | |
// ... | |
List<Tarefa> getTarefasRecentes() { ... } | |
List<Tarefa> getTarefasEmAndamento() { ... } | |
List<Tarefa> getTarefasCanceladas() { ... } | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment