Skip to content

Instantly share code, notes, and snippets.

@marciojrtorres
Created August 5, 2013 22:58
Show Gist options
  • Save marciojrtorres/6160393 to your computer and use it in GitHub Desktop.
Save marciojrtorres/6160393 to your computer and use it in GitHub Desktop.
Implementando uma funcionalidade programando por intenção:
public class CreditoService {
public ? checaCredito(String documento) {
// ...
// ws.checaCPF(documento);
// ws.checaRG(documento);
return ?;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment