▲ | hahn-kev 5 days ago | |||||||
Without it there's some silly inconsistency. For example I could call `person?.SetName(name)`, but if you wanted to refactor that into `person?.Name = name` you can't. | ||||||||
▲ | ffsm8 5 days ago | parent [-] | |||||||
That's a great point I didn't think about. From that perspective, it does make sense. Maybe my feeling is just rooted in the fact I've never used a language which allowed ?. on assignment | ||||||||
|