25 lines
1 KiB
Markdown
25 lines
1 KiB
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/#designated-technical-writers
|
|
---
|
|
|
|
# Architecture
|
|
|
|
When you are developing a new feature that requires architectural design, or if
|
|
you are changing the fundamental design of an existing feature, make sure it is
|
|
discussed with one of the Frontend Architecture Experts.
|
|
|
|
A Frontend Architect is an expert who makes high-level Frontend design decisions
|
|
and decides on technical standards, including coding standards and frameworks.
|
|
|
|
Architectural decisions should be accessible to everyone, so please document
|
|
them in the relevant Merge Request discussion or by updating our documentation
|
|
when appropriate.
|
|
|
|
You can find the Frontend Architecture experts on the [team page](https://about.gitlab.com/company/team/).
|
|
|
|
## Examples
|
|
|
|
You can find [documentation about the desired architecture](vue.md) for a new
|
|
feature built with Vue.js.
|