I'm working on minesweeper using bevy!
My code is very bloated (lots of for loops inside for loops), so I asked for advice, and the comments all pointed me towards functional programming, specifically higher order functions.
I'm now going through Haskell aswell.