I’ve found that nullable types and the `?.` operat...
# language-proposals
n
I’ve found that nullable types and the
?.
operator are affecting my code style. I’m defining more extension functions than I would in other languages, so that I can easily use them with nullable types. But, this is no help if I have to pass two parameters to a function.