Jeff Minard

Results 4 comments of Jeff Minard

Some thoughts: ``` interface Content { // Add a new page to the system. addPage(authorId string "Comment", title string, body string "Comment", tags []string "Comment", category PageCategory) string "Comment" }...

The `.travis.yml` is actually quite terse: ``` script: # Cleans out any possible old public directories -- just to be sure - rm -rf public || exit 0 # Builds...

I see what I've done wrong here, I did the decrement too late. The idea was that if you put the loop at zero, then it would never end until...

First: Thanks for taking the time to track me down about the missing issues tab. That was silly of me. Second, I'd prefer that the functions only do what they...