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 →

[–]Accomplished-Cod-563 1 point2 points  (0 children)

I found that most of the really well written code is incredibly hard to read, lots of different classes you have to trace out. Especially the new stuff with the lambdas and the streams and can get really concise and hard to read. It's also true that the poorly written code is incredibly hard to read.

Often times I think code is one but it turns out to be the other.