[bisq-network/style] Do not declare local variables as final (#11)

Christoph Sturm notifications at github.com
Mon Jul 29 11:55:32 UTC 2019


that sounds like a strange rule to me. immutability is important, in kotlin or scala everything is a val (const=final) by default and vars are very rare. mutable variables are a code smell, and usually a sign that you should rewrite in a more functional way. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/style/issues/11#issuecomment-515960825
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190729/1ddffb0e/attachment.html>


More information about the bisq-github mailing list