Guilherme Nunes

  • Beyond State

    · 7 min read · by Guilherme Nunes

    Immutability is a fundamental pillar within the functional programming paradigm. This allows us to write robust, simple, and reliable code. An immutable object, once created, maintains an unchanging state; no…