gitlab-org--gitlab-foss/doc/development/fe_guide/design_patterns.md

18 lines
609 B
Markdown

---
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.
NOTE:
When adding a design pattern to this document, be sure to clearly state the **problem it solves**.
## TBD
Stay tuned!