RailsEventStore/cqrs-es-sample-with-res

View on GitHub
ecommerce/pricing/lib/pricing.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method call has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def call(event_store, command_bus)
      Pricing.event_store = event_store
      Pricing.command_bus = command_bus

      command_bus.register(
Severity: Major
Found in ecommerce/pricing/lib/pricing.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status