small rewording

This commit is contained in:
Ivan Savov
2018-01-11 20:26:26 -05:00
committed by GitHub
parent 8900c567d9
commit 65a425258a

View File

@ -4,7 +4,7 @@ Services and dependencies
You'll want to use external systems within your transformations, including databases, HTTP APIs, other web services, You'll want to use external systems within your transformations, including databases, HTTP APIs, other web services,
filesystems, etc. filesystems, etc.
Hardcoding those services is a good first step, but as your codebase grows, will show limits rather quickly. Hardcoding those services is a good first step, but as your codebase grows, this approach will show its limits rather quickly.
* Hardcoded and tightly linked dependencies make your transformations hard to test, and hard to reuse. * Hardcoded and tightly linked dependencies make your transformations hard to test, and hard to reuse.
* Processing data on your laptop is great, but being able to do it on different target systems (or stages), in different * Processing data on your laptop is great, but being able to do it on different target systems (or stages), in different