Created
August 6, 2013 00:10
-
-
Save marciojrtorres/6160822 to your computer and use it in GitHub Desktop.
Sequência de maus e bons nomes
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
double vlrRef; // péssimo | |
double valorDeReferencia; // melhor | |
String dataNasc; // ruim | |
String dataDeNascimento; // melhor | |
int iu; // horrível | |
int identificacaoUnica; // melhor | |
ContratoUnico cu; // sem comentários | |
ContratoUnico contratoUnico; // assim é mais educado |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment