Don’t pass processor
as argument to attacher
s
#21
Labels
🗄 area/interface
This affects the public interface
💪 phase/solved
Post is done
🧑 semver/major
This is a change
🦋 type/enhancement
This is great to have
Attachers should be invoked with the processor as the context object, instead of a parameter.
Often, attachers don’t even need to interact with the processor, so it makes no sense to pass it first.
Removing it from the arguments makes it easier to use attachers to without unified, such as in the following code:
The text was updated successfully, but these errors were encountered: