| ▲ | kumarvvr 11 hours ago | |||||||
The one thing I hate about flutter is the ui code having an ungodly amount of nested brackets. | ||||||||
| ▲ | gman83 2 hours ago | parent | next [-] | |||||||
I treat nesting as a feature: if the nesting starts getting deep, that's the code indicating to extract a child widget. It pushes me toward better composition and smaller, reusable components instead of giant monolithic views. | ||||||||
| ▲ | MrDresden 3 hours ago | parent | prev | next [-] | |||||||
While you aren't wrong, in my experience when the amount of nesting starts giving me bad vibes it usually indicates that something can be refactored out as a standalone widget. Still, Flutter now feels ancient to use compared to something like Compose, in that regard. | ||||||||
| ▲ | skeledrew 9 hours ago | parent | prev | next [-] | |||||||
For some reason I prefer those to curlies. | ||||||||
| ▲ | superze 10 hours ago | parent | prev | next [-] | |||||||
Loc goes brrrrrrr. The tokenmaxxing of the 20s | ||||||||
| ||||||||
| ▲ | eddythompson80 11 hours ago | parent | prev [-] | |||||||
You clearly need more Lispmaxxing | ||||||||
| ||||||||