Object Oriented Programming: Too Much Abstraction (For Me)(floopsy.com)
floopsy.com
Object Oriented Programming: Too Much Abstraction (For Me)
http://www.floopsy.com/post/33310635332/object-oriented-programming-too-much-abstraction
2 comments
Reminds me of when I had to work with Java. Every statement, no matter how simple, had to be contained in a class. Can totally relate to the "buzz-kill" statement. That's certainly what it felt like.
Same here.. I hated having to write boilerplate code. Got really old after a while.. not to mention having to fix someone else's code.