Scala Notes Number Madness
This is another article in the scala-notes series. This one deals with what I call number madness.
What!?
Numbers are used everywhere in code, and often the type used is something like Int
(Scala) or Integer
/int
(Java). These simple types are familiar to those of us who used languages like C but should not be used without considering
Read on →