はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ChatGPT

『duckrowing.com』

  • 人気
  • 新着
  • すべて
  • Documenting Objective-C with Doxygen Part I – Duck Rowing

    5 users

    duckrowing.com

    When working on a projects, whether they consist of a single file or hundreds of classes, documentation is a requirement. Nothing, not even a robust test harness is as critical to the longevity of code than good documentation. Documentation is what allows us to collaborate, use libraries written by people we’ve never met, and remember exactly what we were thinking when we revisit our own code. If

    • テクノロジー
    • 2012/01/09 14:24
    • doxygen
    • Using the Doxygen Helper in Xcode 4 – Duck Rowing

      4 users

      duckrowing.com

      A while back I posted instructions for how to document Objective-C with Doxygen. In part 2 I published a very basic helper script to make it less onerous to document code in Xcode 3. While the script wasn’t perfect, I think it using it was definitely more convenient than writing every documentation comment entirely by hand. One of the changes in Xcode 4 is that there is no support for user defined

      • テクノロジー
      • 2011/12/12 10:16
      • Using the Singleton Pattern in Objective-C Part 2 – Duck Rowing

        11 users

        duckrowing.com

        A while back I described a method for creating singletons in Objective-C. Since I wrote that, Apple has released automatic reference counting. My original example demonstrated how to prevent reference counts for singletons from decreasing. While this is still a valid approach, it would be nice to not have to get involved with reference counting at all. Also, the basic template for a singleton was

        • テクノロジー
        • 2011/11/19 01:10
        • Objective-C
        • GCD
        • Singleton
        • ios
        • dev
        • iphone
        • Documenting Objective-C with Doxygen Part II – Duck Rowing

          8 users

          duckrowing.com

          This approach no longer works with Xcode 4. Read Using the Doxygen Helper in Xcode 4 for a work around. In part I I covered how to comment your code with javdoc style comments that can be extracted into html documents or other types of output. What I want to cover in this post is how to incorporate documenting your code into your workflow. The first problem to tackle is the additional overhead inc

          • テクノロジー
          • 2010/12/27 16:05
          • doxygen
          • xcode
          • programming
          • iphone
          • Using Core Data on Multiple Threads – Duck Rowing

            10 users

            duckrowing.com

            As I alluded to in my earlier post regarding memory management, I recently had a tricky bug using Core Data on multiple threads in my current project. The scenario is this: I have an import operation that runs on a background thread that reads a very large amount of data from a MySQL database and imports it into the local data store. It’s more than a stupid import; the operation makes sure that al

            • テクノロジー
            • 2010/08/25 03:02
            • Core Data
            • coredata
            • cocoa
            • iOS

            このページはまだ
            ブックマークされていません

            このページを最初にブックマークしてみませんか?

            『duckrowing.com』の新着エントリーを見る

            キーボードショートカット一覧

            j次のブックマーク

            k前のブックマーク

            lあとで読む

            eコメント一覧を開く

            oページを開く

            はてなブックマーク

            • 総合
            • 一般
            • 世の中
            • 政治と経済
            • 暮らし
            • 学び
            • テクノロジー
            • エンタメ
            • アニメとゲーム
            • おもしろ
            • アプリ・拡張機能
            • 開発ブログ
            • ヘルプ
            • お問い合わせ
            • ガイドライン
            • 利用規約
            • プライバシーポリシー
            • 利用者情報の外部送信について
            • ガイドライン
            • 利用規約
            • プライバシーポリシー
            • 利用者情報の外部送信について

            公式Twitter

            • 公式アカウント
            • ホットエントリー

            はてなのサービス

            • はてなブログ
            • はてなブログPro
            • 人力検索はてな
            • はてなブログ タグ
            • はてなニュース
            • ソレドコ
            • App Storeからダウンロード
            • Google Playで手に入れよう
            Copyright © 2005-2025 Hatena. All Rights Reserved.
            設定を変更しましたx