elcuervo / minuteman

Fast analytics using Redis
elcuervo.github.com/minuteman
MIT License
629 stars 63 forks source link

made code DRYer in some places #25

Closed humzashah closed 8 years ago

humzashah commented 9 years ago
  1. improved a confusing code block while reducing number of variables used
  2. removed an explicit return nil instance as nil is the default value with return is called without arguments