Earlier I
wrote
about issues with the new offer from Google - the "Inbox" mail service. Recently Google released updates for its Inbox web and Android clients. As a result, it works almost perfectly. In particular:
Web interface works in Firefox as well as Chrome now. It looks much slicker than the old GMail, but I'm yet to be convinced it's more productive. This is quite different from Android, where …
more »
values in Scala are, by specification, const, or final in Javaspeak. That means once assigned, they cannot be re-assigned. This doesn't mean that the assignment has to be something dull or simple. In fact, you can have a large piece of code doing all sorts of calculations with the result assigned to your value. Do it like this:
more »