Welcome to mirror list, hosted at ThFree Co, Russian Federation.

design_patterns.md « fe_guide « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c769d0767e74465aac184c9e247eb8eb72993557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
stage: none
group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Design Patterns

The following design patterns are suggested approaches for solving common problems. Use discretion when evaluating
if a certain pattern makes sense in your situation. Just because it is a pattern, doesn't mean it is a good one for your problem.

**Please note:** When adding a design pattern to this document, be sure to clearly state the **problem it solves**.

## TBD

Stay tuned!