Forgot your password?

typodupeerror

Comment: Understanding != Writing Code (Score 3, Interesting) 658

by PepeGSay (#19862845) Attached to: Any "Pretty" Code Out There?
It is my experience that reading and understanding code is dramatically more difficult than writing code. It gets even more difficult if it isn't your own code. Commenting, design, layuot, good structure, documentation all reduce this fact but never remove it. I've seen plently of good programmers declare code "ugly" because it had a few warts but in reality they just couldn't understand it.

Life is like an onion: you peel it off one layer at a time, and sometimes you weep. -- Carl Sandburg

Working...