Top "God-object" questions

God object is an object that knows too much or does too much.

Fat models and skinny controllers sounds like creating God models

I've been reading a lot of blogs which advocate the fat models and skinny controllers approach, esp. the Rails camp. …

model-view-controller design-patterns architecture god-object
How do you refactor a God class?

Does anyone know the best way to refactor a God-object? Its not as simple as breaking it into a number …

class refactoring anti-patterns god-object