DEV Community

Discussion on: UI Layout: Natural versus dependent size

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

Yes, an engine needs to allow people to be creative and experiment with UX. If it didn't allow this then no progress could ever be made in that area, and the apps would all end up the same, for better or for worse.

Like all frameworks, and languages, this allows people to create bad UI's. I fixed several issues in Fuse found by people doing things I considered a bad design. It's not my job to judge their approach though, rather to find the inconsistency and correct it. Features, of course, were priotized on known use-cases though.

Thread Thread
 
johannesvollmer profile image
Johannes Vollmer • Edited

Okay, I must confess, a library probably shouldn't prohibit using absolute sizes (but it should not promote them).

But all UI engines allow absolute sizing, so you won't make progress by implementing absolute resizing, just as every other engine already does. :D

Thread Thread
 
mortoray profile image
edA‑qa mort‑ora‑y

Don't worry, I'll be talking lots about responsive layout.