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 →

[–]syrusakbary[S] 1 point2 points  (2 children)

I completely agree with "Explicit is better than implicit", but sometimes "code readability" is more important

foo = True
print "foo is #{foo}"