Hi there Bubblers,
I’m pretty sure a lot of you have some long conditional expressions in your apps. Sometimes it gets annoying having to read 5 long conditionals to remember what they’re there for.
In my app, users can upload an image and use it more than once. Kind of like an album on Spotify. The users can also delete these images.
I don’t want them to be able to delete an image that is being used by at least one data thing. The conditional expression below helps me achieve that. That’s just one of the many long conditionals I have in my app.
My idea is to have the option to give the conditional expressions a title (or short description) and the ability to collapse the actual expression.
Reading the short title helps me remember MUCH quicker than reading the entire expression.
Collapsed Expression:
Revealing Expression:
Would anyone else like to see this implemented?
Cheers