amontalenti / elements-of-python-style

Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
3.45k stars 258 forks source link

Remove "Look" from start of sentences #11

Closed kevinlondon closed 8 years ago

kevinlondon commented 8 years ago

I personally find it puts me into a defensive mindset when I read sentences that start with look,. I removed them because I don't feel it impacts the sentiment of the statements.

amontalenti commented 8 years ago

@kevinlondon I appreciate this PR. My style was a bit too conversational here, and I agree that the tone of "Look," could be seen as confrontational. I merge these changes gladly -- thanks!