Skip to content

Make Feature a module to indicate it's a namespace

Peter Leitzen requested to merge pl-feature-module into master

What does this MR do and why?

The class Feature does not have any instance methods so instantiating a Feature instance isn't useful. It has class methods, however, which remain functionally intact after converting the Feature to a module.

Feature.instance_methods - Object.instance_methods
# => []

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports

Loading