Hacker News new | past | comments | ask | show | jobs | submit login
GitHub Taught Me to Micromanage (matthewrocklin.com)
5 points by saeedesmaili 6 months ago | hide | past | favorite | 2 comments



Since when are for loops harder to understand than list comprehensions?

    x = 0
    for element in data:
        x = x + f(element)
He gave a bad review for this code. Seems like python became a cesspit. I would leave it to black and flake8 to perform such stylistic reviews.


i shudder to think what jira did to the author




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: