picostitch
crafting (and) JavaScript

Coupling

There are seven kinds of coupling.

Myers book mentions 7 types of coupling.

Control coupling

starts here https://vimeo.com/10837903#t=13m8s

... happens when you have a flag parameter to a method.

you detect it by looking for the description of the method if it uses the word OR or something semanticly equivilant ...

https://vimeo.com/10837903#t=13m36s