0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

デザインパターンの基本(TECHSCORE読書会)

Posted at

目的

ちゃんと勉強していなかったデザインパターンを学習したい。
TECHSCORE様のまとめ(何度か3日坊主に)を読み切りたい。

本日のページ

オブジェクト指向

オブジェクト指向とは

  • 機能を定義するのは「クラス」、実態を伴うのは「オブジェクト」
  • オブジェクト指向は、クラスを定義しオブジェクト同士の相互作用を表現する

オブジェクト指向の利点

  • コードの「再利用」が可能で、「生産性の向上」が期待できる
  • 「再利用」が繰り返され、コードの「信頼性」が向上する

オブジェクト指向の利点を活かすために、再利用性の高い設計にする必要がある。

デザインパターン

デザインパターンとは

  • オブジェクト指向における再利用のためのデザインパターン

デザインパターンの利点

  • よく出会う問題とそれに対処する良い設計をたくさん知っていればスムーズに良い設計ができる
  • 技術者同士の意思疎通が容易になる
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?