TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nit picking in code, doc, and architecture reviews is a waste of time

3 pointsby milkglassover 1 year ago

1 comment

metalohaover 1 year ago
Exceptions: enforcing code quality that cannot be automated; punctuation in documentation (you WILL use capital letters and periods and complete sentences, so quit complaining about it); encouraging good habits (like using `map` and `filter` and `reduce` instead of `forEach` or `for...in`).<p>So it&#x27;s not a waste of time, but pick your battles. Sometimes nits need to be picked so you have some easy-to-grok code and documentation.