translation: Translates Layers Pattern to Spanish (#2700)

* ADD: Spanish translation for Layers pattern

* UPD: Minor formatting fix for layers pattern
This commit is contained in:
Yennifer Herrera
2023-10-25 12:46:21 -05:00
committed by GitHub
parent 852965f0f8
commit 00f8cd20d8
2 changed files with 98 additions and 1 deletions
+2 -1
View File
@@ -28,6 +28,7 @@ Wikipedia says
> In software engineering, multitier architecture (often referred to as n-tier architecture) or
> multilayered architecture is a clientserver architecture in which presentation, application
> processing, and data management functions are physically separated.
**Programmatic Example**
On the data layer, we keep our cake building blocks. `Cake` consist of layers and topping.
@@ -90,4 +91,4 @@ Use the Layers architecture when
## Credits
* [Pattern Oriented Software Architecture Volume 1: A System of Patterns](https://www.amazon.com/gp/product/0471958697/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0471958697&linkCode=as2&tag=javadesignpat-20&linkId=e3f42d7a2a4cc8c619bbc0136b20dadb)
* [Pattern Oriented Software Architecture Volume 1: A System of Patterns](https://www.amazon.com/gp/product/0471958697/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0471958697&linkCode=as2&tag=javadesignpat-20&linkId=e3f42d7a2a4cc8c619bbc0136b20dadb)