Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 556 Bytes

05.only-immutable-types.md

File metadata and controls

15 lines (10 loc) · 556 Bytes

Use Only Immutable Types

Where do you have mutable types?

After discussing, take some time to discover the concept behind Immutable Types

How could you apply this concept to the current types?

As usual, use TDD to drive your implementation.

Only immutability

Step-by-step solution