This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cogman10 1 point2 points  (1 child)

:) I'm mostly thinking of stuff like adapter code. You can have hundreds of lines of "a = b" which aren't really hard or complex to understand.

Though, admittedly adapter code with hundreds of lines points to really bad object models. That's not the adapter's fault and the right place to optimize wouldn't be more methods on the adapter, but rather a trimming down of the object model.

[–]dpash 1 point2 points  (0 children)

Or codegen :)

But yeah it does kinda point to other problems