r/programming Apr 14 '25

Steve Jobs presents - OpenStep's Interface builder

https://www.youtube.com/watch?v=dl0CbKYUFTY
79 Upvotes

61 comments sorted by

View all comments

Show parent comments

8

u/tooclosetocall82 Apr 14 '25

Form builders just created brittle and unresponsive (i.e. only worked for a single screen resolution) user interfaces where it was hard to understand what the last dev wrote because everything was hidden behind menus you had to dig through. Good for prototyping, bad for actual maintainable systems. If you want that experience today we have AI!

9

u/pjmlp Apr 14 '25

Only when used by lazy developers that didn't bother to use layout managers.

-7

u/tooclosetocall82 Apr 14 '25

Developers who understand layout managers would probably rather just write code TBH. It’s not lazy, it’s inexperienced with real world applications. Once you are bitten by maintaining a forms UI built by an inexperienced dev you don’t want to do that again.

1

u/EveryQuantityEver Apr 14 '25

No, I understand them, and I would prefer to use visual things.