Class: StatModule::Category

Inherits:
Enum::Base
  • Object
show all
Defined in:
lib/category.rb

Overview

Category can be:

  • Bug Risk — the meaning is likely to not be what the author intended

  • Clarity — the meaning is unclear

  • Complexity — the meaning should be broken into smaller pieces

  • Duplication — unnecessary duplication was found

  • Performance — an inefficient approach was used

  • Security — a situation may allow access to something that should be allowed

  • Style — the style could be improved