Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marciojrtorres/6160805 to your computer and use it in GitHub Desktop.
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
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