nea89o / Firmament

Hypixel SkyBlock mod for 1.20.
https://modrinth.com/mod/firmament
37 stars 4 forks source link

Internal Change: Code Cleanup #6

Closed walkerselby closed 8 months ago

walkerselby commented 8 months ago

Remove unused imports Merge nested ifs Replace if with when Simplify return boolean expression Remove useless curly braces Use opposite operator rather than negation

nea89o commented 8 months ago

Merged into master, except for a few commits mostly regarding if nesting. I think the non nested variants are cleaner sometimes. I think most of this was done by following lints, so i didn't ask for your perspective beforehand.