zorfmorf / hedge

0 stars 0 forks source link

Refactor Variables handler to never return nil #179

Closed zorfmorf closed 8 years ago

zorfmorf commented 8 years ago

If we always return 0 for an unset flag, var checks can be written alot shorter and there is no benefit of differentiating 0 and nil.

zorfmorf commented 8 years ago

Done