You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3-Advanced/Technical-Judgment/03-Choosing Languages.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Programming languages should really be called notations in that learning one is
8
8
9
9
- There is necessarily loose coupling between the components that are written in different notations (though maybe not clean interfaces),
10
10
- 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.
12
12
13
13
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.
0 commit comments