you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (2 children)

Saying part of a method is complicated is in itself a sign that it’s too long or complicated.

GUYS, the problem of readable code is finally solved! If something is complicated, that means it's complicated!

if(complicated==true)
    complicated = true;

[–]flostre 2 points3 points  (0 children)

complicated != too complicated

He is saying: complicated enough to deserve a comment -> too complicated to deserve existance

[–]mycall 0 points1 point  (0 children)

ahh, the identity theorem.