- 14 Nov, 2014 40 commits
-
-
Brian Tiger Chow authored
@jbenet
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
making docs match command: name -> subsystem. Is the desired name?
-
Brian Tiger Chow authored
@jbenet @whyrusleeping Docs read net-diag. It seems the command was previously registered as diag. Which do you prefer?
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
@mappum
-
Brian Tiger Chow authored
ToStrings and ToReaders
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
@mappum
-
Brian Tiger Chow authored
because this method doesn't check actual network status
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
@mappum
-
Brian Tiger Chow authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Brian Tiger Chow authored
@mappum see how the unpacking of arguments happens separately from the resolve loop? It's a bit more verbose, but much clearer. However, doing two different things in one loop is less clear than doing them separately. It also causes problems for further refactoring as it introduces temps that get in the way of further refactorings. Plus, there will be 50+ commands, so it's important that we stay framework agnostic as much as possible. So, this is the style we prefer. It'll keep us nimble in the long run.
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-