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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ブラックフライデー

『Refactoring and Design Patterns』

  • 人気
  • 新着
  • すべて
  • Design Patterns in Ruby

    3 users

    refactoring.guru

    Lets you construct complex objects step by step. The pattern allows you to produce different types and representations of an object using the same construction code.

    • テクノロジー
    • 2024/10/11 16:20
    • ruby
    • あとで読む
    • デザインパターンを Rust で

      33 users

      refactoring.guru

      複雑なオブジェクトを段階的に構築できます。 このパターンを使用すると、 同じ構築コードを使用して異なる型と表現のオブジェクトを生成することが可能です。

      • 学び
      • 2023/09/14 09:23
      • Rust
      • 設計
      • あとで読む
      • プログラミング
      • Design
      • 今に通じるデザインパターンの本:直撃!デザインパターン

        3 users

        refactoring.guru

        デザインパターンは、 ソフトウェアの設計においてよく起こる問題を解決する手助けになります。 しかし、 関数やライブラリーと違って、 パターンを単にコピーすればいい、 というわけではありません。 パターンは、 コードのかけらではなく、 特定の問題を解決するための一般的な概念です。 それは事前に描かれた設計図のようなもので、 それを自分のコードで繰り返し起きる問題を解決するためにカスタマイズできます。 本書、 ​ 『直撃! デザインパターン』 では、 標準的な 22 種類のデザインパターンと、 それらが基盤とする八つの設計原則を解説します。 各章は、 現実世界のソフトウェア設計上の問題で始まり、 パターンの一つを使用してそれを解決します。 そして、 そのパターンとその変化形の構造の詳細に飛び込み、 コード例が続きます。 本書は次にパターンのいろいろな適用例を紹介し、 既存プログラムへのパターン

        • テクノロジー
        • 2023/02/22 18:43
        • 設計
        • デザインパターンを TypeScript で

          8 users

          refactoring.guru

          複雑なオブジェクトを段階的に構築できます。 このパターンを使用すると、 同じ構築コードを使用して異なる型と表現のオブジェクトを生成することが可能です。

          • テクノロジー
          • 2023/02/09 15:30
          • TypeScript
          • reference
          • tutorial
          • デザインパターンを Go で

            3 users

            refactoring.guru

            複雑なオブジェクトを段階的に構築できます。 このパターンを使用すると、 同じ構築コードを使用して異なる型と表現のオブジェクトを生成することが可能です。

            • テクノロジー
            • 2022/12/26 15:39
            • go
            • デザインパターンを Python で

              4 users

              refactoring.guru

              複雑なオブジェクトを段階的に構築できます。 このパターンを使用すると、 同じ構築コードを使用して異なる型と表現のオブジェクトを生成することが可能です。

              • テクノロジー
              • 2022/12/13 06:54
              • python
              • デザインパターンを Ruby で

                39 users

                refactoring.guru

                複雑なオブジェクトを段階的に構築できます。 このパターンを使用すると、 同じ構築コードを使用して異なる型と表現のオブジェクトを生成することが可能です。

                • 学び
                • 2022/11/15 00:35
                • Ruby
                • あとで読む
                • プログラミング
                • programming
                • デザイン
                • デザインパターン・カタログ

                  5 users

                  refactoring.guru

                  生成関連パターン これらのデザインパターンは、 柔軟性を増しコードの再利用を促すようなオブジェクト生成の仕組みを提供します。

                  • 学び
                  • 2022/10/17 22:30
                  • アイデア
                  • 考え方
                  • 仕事
                  • あとで読む
                  • リファクタリングとデザインパターン

                    27 users

                    refactoring.guru

                    ハロー、 ワールド! Refactoring.Guru を使えば、 リファクタリング、 デザインパターン、 SOLID 原則、 その他の賢明なプログラミング技法について、 知っておくべきことを簡単に見つけ出せます。 このサイトでは、 大局的観点、 お互いの関連、 なぜ重要かなどを説明します。 筆者は勿論これらの概念を発明したわけではありません。 ほとんどは、 今や過去となってしまった 20 世紀に発明されています。 しかし、 多くのプログラマーにとって、 リファクタリングとパターンと一般的プログラミング原則のつながりは、 謎の部分が多いと思います。 私はこの問題を解決したいと思います。 追伸 リファクタリングとデザインパターンに関する大量の情報を、 このサイトで見つけることができます。 当プロジェクトは常時改善していますが、 進捗状況を知るには、 メーリングリストに登録するか、 Faceb

                    • テクノロジー
                    • 2022/09/10 05:39
                    • refactoring
                    • デザインパターン
                    • リファクタリング
                    • programming
                    • 設計
                    • ソフトウェア
                    • development
                    • デザインパターン - Refactoring.Guru

                      77 users

                      refactoring.guru

                      デザインパターンは、 ソフトウェアの設計でよく 起きる問題に対する典型的な解決方法です。 パターンの一つ一つは、 自分のコードの設計 の一つ一つは、 自分のコードの設計上の問題に 合わせて調整可能な設計図のようなものです。

                      • 学び
                      • 2022/08/30 23:42
                      • 設計
                      • デザインパターン
                      • あとで読む
                      • エンジニア
                      • ソフトウェア
                      • デザイン
                      • *あとで読む
                      • Design Patterns in Swift

                        4 users

                        refactoring.guru

                        Lets you construct complex objects step by step. The pattern allows you to produce different types and representations of an object using the same construction code.

                        • テクノロジー
                        • 2021/01/22 15:48
                        • programming
                        • The Catalog of Design Patterns

                          3 users

                          refactoring.guru

                          Creational patterns These patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code. Structural patterns These patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.

                          • 学び
                          • 2019/11/27 12:33
                          • Design Patterns

                            3 users

                            refactoring.guru

                            Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.

                            • 学び
                            • 2019/10/06 10:11
                            • Refactoring: clean your code

                              3 users

                              refactoring.guru

                              Refactoring is a systematic process of improving code without creating new functionality that can transform a mess into clean code and simple design.

                              • 暮らし
                              • 2019/10/06 10:11
                              • Refactoring
                              • Design Patterns in TypeScript

                                25 users

                                refactoring.guru

                                Lets you construct complex objects step by step. The pattern allows you to produce different types and representations of an object using the same construction code.

                                • テクノロジー
                                • 2019/09/17 22:11
                                • TypeScript
                                • あとで読む
                                • JavaScript
                                • book
                                • Code Smells

                                  5 users

                                  refactoring.guru

                                  Code Smells — What? How can code "smell"?? — Well it doesn't have a nose... but it definitely can stink! Bloaters are code, methods and classes that have increased to such gargantuan proportions that they are hard to work with. Usually these smells do not crop up right away, rather they accumulate over time as the program evolves (and especially when nobody makes an effort to eradicate them).

                                  • 暮らし
                                  • 2018/09/10 19:48
                                  • Refactoring and Design Patterns

                                    24 users

                                    refactoring.guru

                                    Check out my new Git course! Hey! Check out my new Git course! Hey! Check out my new Git course on GitByBit.com! Hey! Want a cool refresher on Git? Check out my new Git course on GitByBit.com! Hello, world! Refactoring.Guru makes it easy for you to discover everything you need to know about refactoring, design patterns, SOLID principles, and other smart programming topics. This site shows you the

                                    • テクノロジー
                                    • 2016/11/16 13:54
                                    • refactoring
                                    • リファクタリング
                                    • programming
                                    • 設計
                                    • プログラミング
                                    • その他
                                    • python

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

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

                                    『Refactoring and Design Patterns』の新着エントリーを見る

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

                                    j次のブックマーク

                                    k前のブックマーク

                                    lあとで読む

                                    eコメント一覧を開く

                                    oページを開く

                                    はてなブックマーク

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

                                    公式Twitter

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

                                    はてなのサービス

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