Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename chain namespace into operation #35

Open
leodido opened this issue Aug 5, 2015 · 1 comment
Open

Rename chain namespace into operation #35

leodido opened this issue Aug 5, 2015 · 1 comment

Comments

@leodido
Copy link
Contributor

leodido commented Aug 5, 2015

The term "chain" seems to suggest a set of operations executed in a predefined order.

Generally speaking, the scope of Facade pattern is to provide a simplified interface to a more complex and underlying collection of operations, so making software easier to use.

We do not want to represent the underlying operations architecture nor organization (that, by the way, are always sequential), but we simply need (imho) to wrap them in a more concise and intelligible way.

Therefore I suggest to rename Chain namespace into Operation.

@leodido leodido self-assigned this Aug 5, 2015
@leodido leodido changed the title Rename chain into operations Rename chain namespace into operations Aug 5, 2015
@leodido leodido changed the title Rename chain namespace into operations Rename chain namespace into operation Aug 5, 2015
@leogr
Copy link
Contributor

leogr commented Aug 5, 2015

I agree.

@leogr leogr modified the milestone: 0.9.x Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants