description Separate Query from Modifier Overview
Separate Query from Modifier is a refactoring based on the command-query separation principle. It applies when one method both returns information and changes program state, splitting those responsibilities into a query that supplies the value and a command that performs the modification. In JetBrains development environments, availability and exact behavior depend on the language, IDE, and code context.
help Separate Query from Modifier FAQ
How good is Separate Query from Modifier?
How does Separate Query from Modifier compare to Rename?
explore Explore More
Similar to Separate Query from Modifier
See all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.