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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Name your Arguments

17 点作者 phleet超过 13 年前

1 comment

frankus超过 13 年前
Obscure Objective-C aside that you should never actually take advantage of:<p>You don't actually need anything between colons in a method signature.<p>for instance, you could write:<p>doStuff:arg1 :arg2 :arg3<p>The method signature would be something like:<p>- (void) doStuff:(NSString <i>)arg1 :(NSString </i>)arg2 :(BOOL)arg3;<p>So it's strictly a convention even in Obj-C that arguments are "named".