10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

Consistently use 'host' to refer to hostname + port. #70

Closed llvtt closed 10 years ago

llvtt commented 10 years ago

This addresses #66

In my previous pull request, I used "server" to refer to hostname + port in a few instances. This PR fixes those places so that "host" is used to refer to hostname + port (this was the case previous to #68). I think that is probably more accurate terminology.

TylerBrock commented 10 years ago

Not sure I agree, doesn't this seem like going backwards now that we refer to everything as server?

Either way, if you think it makes more sense then merge it. Looks good to me.