gnembon / fabric-carpet

Fabric Carpet
MIT License
1.73k stars 275 forks source link

Cleanup and improve #1900

Closed extclp closed 1 week ago

altrisi commented 7 months ago

Many of those here are just a different style, and some are simply wrong (replacing Collectors.toList() with Stream.toList(), the ones where that could be done I already did, Stream.toList() is immutable, and others).

getLast is nice, tho I don't think getFirst is necessarily that much better. Much noise for little reward, actually longer.

I may take a closer look when I have some more time and take the parts that make sense.