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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

HotCocoa API in MacRuby

5 点作者 sdp大约 16 年前

2 条评论

apinstein大约 16 年前
1. Glad to see improvements in the Cocoa-Ruby bindings. 2. It is not a Good Thing™ to be able to avoid using Interface Builder! IB is awesome and amazing and reduces code. IB gives you leverage. It lets you do GUI setup via a (wait for it) GUI! It then saves this GUI configuration as a nib file which is <i>identical</i> to if you had hand-coded all of that stuff.<p>Trust me, I am a CLI freak. I still code in vim and only use IDE's to debug. But purposefully not using one of the best things about Cocoa is just odd to me.
tptacek大约 16 年前
This doesn't seem like a win to me. Interface Builder is not something I want to avoid when building Cocoa apps; it's more like the reason I'd want to build a Cocoa app, rather than a wx or Swing app.