-
Notifications
You must be signed in to change notification settings - Fork 35
Allow Subject method chaining #303
Copy link
Copy link
Closed
Labels
good first issueGood issue for a first time contributor.Good issue for a first time contributor.priority:lowNot on the roadmap.Not on the roadmap.status:completedCompleted - but might not be released yet.Completed - but might not be released yet.type:enhancementNew features or improvements to existing features.New features or improvements to existing features.
Metadata
Metadata
Assignees
Labels
good first issueGood issue for a first time contributor.Good issue for a first time contributor.priority:lowNot on the roadmap.Not on the roadmap.status:completedCompleted - but might not be released yet.Completed - but might not be released yet.type:enhancementNew features or improvements to existing features.New features or improvements to existing features.
Currently, adding data to an existing Subject object must be done step by step.
It would be much nicer to be able to write
This could be easily fixed by returning
thisfrom the Subject setter methods.