diff --git a/Client-server-split.md b/Client-server-split.md index 2696c8e..8601e72 100644 --- a/Client-server-split.md +++ b/Client-server-split.md @@ -21,8 +21,8 @@ clients) may be apps such as: ## Why (what are we solving)? In brief: - 1. *lots of programs need to work with the build* yet - 2. *the build needs to be centrally coordinated to avoid breakage*. + 1. lots of programs need to work with the build, *yet* + 2. the build needs to be centrally coordinated to avoid breakage. Longer version: * A project’s build is single-process / single-instance, doing otherwise would require greatly complicating how tasks are implemented (e.g. to have cross-process locks).