progs/lecture3.scala
changeset 68 8da9e0c16194
parent 67 ca5884c2e3bd
child 71 19dff7218b0d
equal deleted inserted replaced
67:ca5884c2e3bd 68:8da9e0c16194
   301 // Make your variables immutable, unless there's a good 
   301 // Make your variables immutable, unless there's a good 
   302 // reason not to.
   302 // reason not to.
   303 
   303 
   304 // You can be productive on Day 1, but the language is deep.
   304 // You can be productive on Day 1, but the language is deep.
   305 
   305 
   306 // I like best about Scala that it lets you write
   306 // I like best about Scala that it lets me write
   307 // concise, readable code
   307 // concise, readable code
       
   308