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

17 lines
620 B
Markdown
Raw Normal View History

---
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
---
2017-03-22 19:30:54 +00:00
# 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.
2017-03-22 19:30:54 +00:00
**Please note:** When adding a design pattern to this document, be sure to clearly state the **problem it solves**.
2017-03-22 19:30:54 +00:00
## TBD
2017-03-22 19:30:54 +00:00
Stay tuned!