TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rethinking GUI Programming Paradigms

3 点作者 arpit将近 15 年前

1 comment

stevenwei将近 15 年前
Flash works okay for smaller apps: animating content, web banners, video players, but I've found that as the complexity of your app increases, you really end up fighting the platform in terms of maintainability. Especially if you're using pure Flash (where all your content is buried inside FLA files) and not Flex.<p>I think that Flex and WPF/Silverlight kind of got it right with a declarative GUI syntax that could be interwoven with code....the biggest problem I have with their approach is that 'making humans edit XML is sadistic'.