11. Use immutable data structures that Effect understands
Use immutable collections such as Chunk, HashMap, HashSet, and related equality tools when ordinary arrays and objects are not enough. These structures help with predictable data handling in concurrent and functional code.