始める無料で始める

Pros and cons of immutability

At first think, it seems like having a variable that you can't change is a terrible idea and that we should always use var instead of val. But, in Scala, we actually prefer immutable variables (val, that is) where possible.

In this exercise, you'll categorize statements about immutability as either a pro or a con.

この演習はコースの一部です

Introduction to Scala

コースを見る

実践的なインタラクティブ演習

理論を実践に変える、インタラクティブな演習のひとつをお試しください

演習を開始する