AtomicScala / atomic-scala-corrections

Find out about or report corrections for the book "Atomic Scala"
http://www.atomicscala.com
6 stars 2 forks source link

Atom "Constructors & Exceptions", apply #77

Open waij opened 7 years ago

waij commented 7 years ago

In atom Constructors & Exceptions, you write

Companion objects give us a third possibility: since apply is usually written as a factory to generate new objects, (...).

The term written as a factory is too difficult for the dedicated novice, maybe you can refer us back to atom Companion Objects?