Mobile Software Engineer
And as a nonprofit, that money comes from all of you; the people who believe that we all deserve a place to speak freely.
signal.org/donate/
And as a nonprofit, that money comes from all of you; the people who believe that we all deserve a place to speak freely.
signal.org/donate/
It's less readable, and more error prone (because if "doThing()" accidentally returns null, then you end up running the ?: branch, which often is not what you actually want.
It's less readable, and more error prone (because if "doThing()" accidentally returns null, then you end up running the ?: branch, which often is not what you actually want.