내 새 Git 강의 봐봐! 야! 내 새 Git 강의 봐봐! 야! GitByBit.com에 내 새 Git 강의 올라왔어, 봐봐! 야! Git 좀 시원하게 복습하고 싶지? 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.