Faz toda a diferença em relação a modularidade e encapsulamento.
A segunda opção gera uma dependência bizarra entre classes.
Vejo a primeira opção como correta.
Em 02/01/2014 20:05, "Gink Labrev" <gink.labrev@gmail.com> escreveu:
-- O que é melhor (em termos de boa prática, eficiência ou outroi critério) ?--class X {Y y;}class Y {String z;}
E chamar x.getY().setZ("blá blá");Ou somente X deve conhecer a classe Y ?classX {Y y;setYZ(String valor) {y.setZ(valor)}E chamar x.setYZ("blá blá");Ou não faz diferença ?Abs,
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 comentários:
Postar um comentário