Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

RodMachado/facade_pattern

Repository files navigation

Facade Pattern

Build Status Code Climate Test Coverage

This is a proof of concept of the use of a Facade Pattern as a solution to the ever growing problem of too many object instantiations in larger rails application controllers.

It is also an exercise on the use of other service objects to better identify responsabilities inside the domain layer.

Some objectives of this exercise are:

We could avoid some repetition of code using meta-programming, but for this example I chose to keep things more obvious.

This is a work in progress. Feel free to add suggestions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages