Comment From: wilkinsona
Thanks for the suggestions, @gavrilovegor519. Unfortunately, I'm not sure about the if to switch changes. I find them harder to read and they're more verbose. I'm neutral about the += changes. Let's see what the rest of the team thinks.
Comment From: snicoll
I personally find += harder to read and I suspect we'd have more use cases across the codebase so merging this would be inconsistent. Same remark on switch.
Comment From: mhalbritter
I agree with @snicoll.
Comment From: gavrilovegor519
OK. I'd rather focus on my pet projects, as it's easier for me to focus on my own project than someone else's.