We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8fcd8 commit 1eb29efCopy full SHA for 1eb29ef
src/encapsulation/coupling.md
@@ -14,5 +14,5 @@ long as code that is coupled is also "co-located" making changes
14
to that code can be easier than if it were spread over multiple files.
15
16
A not insignificant part of practice in the coding world is deciding when
17
-pieces of a program deserve to be abstracted from eachother (to minimize interdependence)
+pieces of a program deserve to be abstracted from each other (to minimize interdependence)
18
and when they deserve to be coupled together (to keep logic in one place.)
0 commit comments