debian-mirror-gitlab/doc/development/fe_guide/design_patterns.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
605 B
Markdown
Raw Normal View History

2021-01-29 00:20:46 +05:30
---
stage: none
group: unassigned
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2021-01-29 00:20:46 +05:30
---
2017-08-17 22:00:37 +05:30
# Design Patterns
2021-03-11 19:13:27 +05:30
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.
2017-08-17 22:00:37 +05:30
2021-10-27 15:23:28 +05:30
NOTE:
When adding a design pattern to this document, be sure to clearly state the **problem it solves**.
2017-08-17 22:00:37 +05:30
2021-03-11 19:13:27 +05:30
## TBD
2017-08-17 22:00:37 +05:30
2021-03-11 19:13:27 +05:30
Stay tuned!