Jette un œil à mon
nouveau cours Git !
Salut ! Jette un œil à mon nouveau cours Git ! Salut ! Mon nouveau cours Git est sur GitByBit.com, viens voir ! Salut ! Envie de rafraîchir ton Git en mode cool ? Mon cours sur GitByBit.com !

Inappropriate Intimacy

Signs and Symptoms

One class uses the internal fields and methods of another class.

Reasons for the Problem

Keep a close eye on classes that spend too much time together. Good classes should know as little about each other as possible. Such classes are easier to maintain and reuse.

Treatment

Payoff

  • Improves code organization.

  • Simplifies support and code reuse.