Top Tweets for #immutableCollections
A lightweight wrappers over arrays, providing efficient collection processing functions, immutability, equality, and proper type hierarchy. Those are arrays done well, I love it!
https://t.co/J5MwEtHVyu
#Kotlin #ImmutableCollections #FunctionalProgramming #SoftwareEngineering #DeveloperTips

Have you tried any of these in real-world projects? What’s your favorite immutable or thread-safe list pattern in Java?
#Java #Coding #ImmutableCollections #CleanCode #ConcurrentProgramming
Learn how to prevent unintended side effects in your code by using immutable collections. Maxi Contieri explains the dangers of collection aliasing and how to avoid it. #ImmutableCollections #CodeQuality #ProgrammingTips https://t.co/ZQUHMIVAHB
Create an ImmutableArray without copying https://t.co/cOXdpDI8vB #csharp #immutablecollections #optimization

Enumerate ImmutableSortedSet from an index https://t.co/huJT650xc1 #csharp #dotnet #immutablecollections

Vavr List vs Java List
https://t.co/F2FQzmCIUV
``` java
// io.vavr.collection.List
List<String> animals = List.of("🐱", "🐶");
List<String> another = List.ofAll(animals);
List<String> empty = List.empty();
````
@vavr_io #immutableCollections
Last Seen Hashtags on Sotwe
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.7M followers

Taylor Swift 
@taylorswift13
80.5M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.3M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.4M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers





