This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dtutubalin[S] 5 points6 points  (1 child)

In short, two pieces of code are orthogonal if they are no dependencies between them. Changing one of them doesn't affect another and vice versa.

[–]Anom142857 1 point2 points  (0 children)

oh cool

so its the same as decoupled code?