Guide to Turning Mutable Use Cases into Immutable Ones
About this article:
Language: Java
Framework: None
Difficulty: Intermediate
Related Topics: Immutability, concurrency, development practices
Problem Domain
Often, I encounter cases like this:
void mutableUseCase(Integer someInput) {
/*
...
rfjuarez.hashnode.dev5 min read
Andres Mastracchio
Great article, Rodolfo! Thanks for the really useful insights!