TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Objective-C and Cocoa Best Practices

7 pointsby emilamabout 16 years ago

1 comment

weaksauceabout 16 years ago
Interesting design decision to make properties automatically create semaphores for atomic properties. Seems that most apps would not need the multithreading data protection that a mutex would provide.<p>Is there a time where this is not the case?