Skip to content

Commit

Permalink
#301 published
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 18, 2018
1 parent 9e9f05e commit f3af8c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -199,7 +199,9 @@ simply returns what's inside.
In the end, this code will create exactly the same XML document
as I created above with string concatenation.

The beauty of this approach is in the perfect decoupling of data generation
The beauty of this approach is in the perfect
[decoupling]({% pst 2018/sep/2018-09-18-fear-of-coupling %})
of data generation
and XML building and translation between XML and HTML. It is perfectly reusable
and "stackable." We can transform the data in XML format multiple times,
applying different XSL stylesheets to each one. We can even transform them into
Expand Down
@@ -1,7 +1,7 @@
---
layout: post
title: "Fear of Decoupling"
date: 2018-01-29
date: 2018-09-18
place: Moscow, Russia
tags: oop
description: |
Expand Down

0 comments on commit f3af8c9

Please sign in to comment.