Move valid protocol versions to a class static var#1901
Conversation
Just a matter of taste: i think it looks uglier as a static function var. In this way it's also available to all Message(s)
|
Why does coverage go down? |
|
Looks like an error in coveralls or something. These two files have identical coverage: So does these: The first of each is the current coverage in master (the last push) and the last is the coverage for this pull request. |
|
@akrabat I was wondering the same thing :-) |
|
The lines of code with the |
Just a matter of taste: i think it looks uglier as a function static var.
Also, in this way it's also available to all Message(s)