Skip to content
EntityQ181156· pop 53· linked from 236 articles

デザインパターン

Sign in to save

Also known as design pattern

reusable solution to a commonly occurring software problem

AI overview

A software design pattern is a reusable solution to a problem that programmers encounter repeatedly when writing code. Using these proven approaches matters because it helps developers solve problems more efficiently and makes their code easier for others to understand and maintain.

AI-generated from the Wikipedia summary — may contain errors.

Article · 日本語

ソフトウェア開発におけるデザインパターンまたは設計パターン(英: design pattern)とは、過去のソフトウェア設計者が発見し編み出した設計ノウハウを蓄積し、名前をつけ、再利用しやすいように特定の規約に従ってカタログ化したものである。パターン(pattern)とは、型紙(かたがみ)やひな形を意味する。 本稿でのデザインは狭義の設計という意味であり、CSSやHTMLなどで使われる意匠デザインの定形を示す「デザインパターン」とは異なる。

Abstract from DBpedia / Wikipedia · CC BY-SA