Abortion, Gun Rights and Religious Freedom are low hanging fruit. To my mind, as a nation we are becoming less tolerant rather than more tolerant across the board. One of the reasons I have largely disconnected from Social Media.
I had already read it and didn't see anything compelling. Basically it says its hard to maintain a tolerant cohesive society with intolerant nincompoops running around.
We have intolerant groups on both sides of many issues. Are we going to censor all of them?
Same here. Paid for 2.0 and it was unusable between by Win 10 and Ubuntu boxes. After fighting with it for several hours I just uninstalled and wrote it off as a loss.
I was surprised by the responses about Optionals. Will have to look into it. As an alternative I have been looking to use the following to guarantee that certain methods cannot/will not return null (below). Maybe that is the better way to go?
var seems like a bad idea to me. One of the things I like about Java is (strong?) typing. Recently learning C# and was put off by 'var'. Why is it a good idea?