mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-24 15:36:19 +00:00
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:
+2
-1
@@ -28,6 +28,7 @@ Wikipedia says
|
||||
> In software engineering, multitier architecture (often referred to as n-tier architecture) or
|
||||
> multilayered architecture is a client–server 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)
|
||||
|
||||
Reference in New Issue
Block a user