You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a little confused as to what this passage from writing/structure means.
Readability means to avoid useless boilerplate text and clutter,
therefore some efforts are spent trying to achieve a certain level of brevity.
But terseness and obscurity are the limits where brevity should stop.
Could this be reworded as something like this?
Readability in this case refers to avoiding useless boilerplate text and
clutter, and some effort has been made to achieve a certain level of brevity
in Python's syntax. However, there is a fine line between terseness and
obscurity.
I'm not sure I'm correctly grasping the meaning of the text. Does it actually mean something completely different?
The text was updated successfully, but these errors were encountered:
I think from your rewording that you have misunderstood the original meaning. I interpreted it like this: it's important to write concise code and avoid boilerplate and unnecessary wordiness. However, your code should not be so brief that it's unclear what it means, nor should it be short just for the sake of being short.
Of course the original version expresses it more eloquently, but hopefully the interpretation I provided helped clarify what was meant.
That makes sense. Also, going against my earlier comment, I think, @rshipp, that your re-wording is in fact a clearer way to express the point the author was trying to make.
I'm a little confused as to what this passage from writing/structure means.
Could this be reworded as something like this?
I'm not sure I'm correctly grasping the meaning of the text. Does it actually mean something completely different?
The text was updated successfully, but these errors were encountered: