Skip to main content
  1. Posts/

Design Patterns and Where to Find Them

·1 min· loading · loading · Draft
programming software engineering design patterns architecture paradigms
William Rågstad
Author
William Rågstad
Computer science @ KTH in Sweden.
Design Patterns - This article is part of a series.
Part 1: This Article

The concept of design patterns has been around for a long time. It is a way to describe solutions to common problems in software design. Design patterns are reusable solutions to recurring problems in software design. They are not finished designs that can be transformed directly into code. Instead, they are templates that can be used to guide you through the process of solving a problem.

Design Patterns - This article is part of a series.
Part 1: This Article