File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ default implementations of transformation operations to make them non strict.
83
83
Now it seems that the situation is just reversed: the default implementations work well
84
84
with non strict collections, but we have to override them in strict collections.
85
85
86
- So, is the new design worth it? To answer this question I will quote a comment posted
87
- by Stefan Zeiger [ here ] ( https://www.reddit.com/r/scala/comments/7g52cy/let_them_be_lazy/dqixt8d/ ) :
86
+ So, is the new design worth it? To answer this question I will quote a [ comment posted
87
+ by Stefan Zeiger] ( https://www.reddit.com/r/scala/comments/7g52cy/let_them_be_lazy/dqixt8d/ ) :
88
88
89
89
> The lazy-by-default approach is mostly beneficial when you're implementing lazy
90
90
> collections because you don't have to override pretty much everything or get
You can’t perform that action at this time.
0 commit comments