Skip to content

Commit 0883695

Browse files
committed
Updated final point on 'Choosing Languages' in response to braydie#3
1 parent 32603b8 commit 0883695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-Advanced/Technical-Judgment/03-Choosing Languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Programming languages should really be called notations in that learning one is
88

99
- There is necessarily loose coupling between the components that are written in different notations (though maybe not clean interfaces),
1010
- You can evolve to a new language/platform easily by rewriting each component individually,
11-
- Its possible that some of the modules are actually up-to-date.
11+
- One language may not be a good fit for the overall system - having multiple languages for your modules allows you to pick the right tool for the job.
1212

1313
Some of these effects may only be psychological; but psychology matters. In the end the costs of language tyranny outweigh any advantage that it provides.
1414

0 commit comments

Comments
 (0)