#54: Immutability: from data structures to data centers

19 paź 2021 | Podcast | programowanie | software architecture | IT

Immutability means that when something was once created, it can’t be changed. This concept is tremendously important across our whole industry. Probably you’ve heard about immutable data structures. Let’s take an immutable list as an example. If you create such a list with a few items, you can’t add more items to that list. It’s written in stone. Any action attempting to modify that list returns a modified copy. The original instance is left intact. Modifying a single item, adding or removing, sorting - each of these operations return a copy.

Read more: https://nurkiewicz.com/54

Get the new episode straight to your mailbox: https://nurkiewicz.com/newsletter

POSTY TEGO AUTORA

OpenTelemetry glossary: 30 terms you should know15 kwi 2026

Blog | programowanie | java | monitoring | IT

Podcast everything: how to turn any content into podcast feed30 sty 2026

Blog | programowanie | podcast | IT

Is ‘return await’ redundant or necessary in JavaScript?5 sie 2024

Blog | programowanie | javascript | IT

#97: Ruby: help every programmer to be productive and to be happy13 lut 2023

Podcast | programowanie | ruby | ruby on rails | IT

Around IT In 256 Seconds

Tomasz Nurkiewicz