My question is simple; is it possible to over object-orient your code?
How much is too much? At what point are you giving up readability and maintainability for the sake of OO?
I am a huge OO person but sometimes I wonder if I am over-complicating my code….
Thoughts?
Yes