saguziel / Kryptose

A password manager
2 stars 0 forks source link

Client TODOs #19

Closed jefftn closed 9 years ago

jefftn commented 9 years ago

For organization purposes to keep track:

jnshi commented 9 years ago

@yt336: Note that IDEs make it easy to un-hardcode things. For example, in Eclipse, if I select "System.out" and right-click and choose "Refactor->Extract Method", it offers replacing all occurrences of "System.out" with some method (which you could call getOut() or getPrintStream() or whatever)