Commit Graph

7 Commits

Author SHA1 Message Date
topjohnwu b07361580a Contexts are different: Make context clearer 2017-02-12 05:02:18 +08:00
topjohnwu bef5969580 No more static crap :) 2017-02-07 02:01:32 +08:00
tonymanou 00a0e64fdd Prefer List/Map/Set as declaring type over their implementations
Unless your are using a method declared in subclasses of an
interface, it is better to use the interface as declaring type.
One advantage of this is that changing used implementation will
be much simpler (you will have less declarations to edit).
2017-01-30 20:11:17 +08:00
topjohnwu bfec381933 Improve su requests 2017-01-30 19:27:00 +08:00
topjohnwu 6eb814ef0b Fix some small issues 2017-01-25 16:45:55 +08:00
topjohnwu bcc695234c Seperate Configs 2017-01-25 13:17:33 +08:00
topjohnwu ad16a6fc1b Project restructure 2017-01-25 04:33:22 +08:00