• + 17 comments

    Why we are trying to cram the code in 2-3 lines. Is this what pythonic is?

    If you are writing a code more than 50 lines and there is bug you will have hell of headache in debugging it.

    One great personaility said once:

    Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.