Skip to content

QueryData tuple or With? #19819

Answered by copygirl
liamaharon asked this question in Q&A
Discussion options

You must be logged in to vote

The obvious benefit I can think of is that you can run the system at the same time as another system that requests mutable access to Person, since it doesn't need access to the data, and a mutable system can't remove it (while executing). There's more than just With filter (such as Without), so it's good to get used to it, and it's certainly the appropriate way to do things in this case.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by liamaharon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants