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.

Ask HN: What studies do you want to see done on programming styles?

1 pointsby Voklenover 2 years ago
Seeing whether tiny functions increase productivity or medium sized functions with comment headers would be my one. It would be very interesting to see how this relates especially to issues closed and new features added as opposed to &quot;Code Quality&quot; and number of lines.<p>A lot of styles are opinions without large scale real data behind it, so if you could run a large study what would you want to find out?

1 comment

rubicon33over 2 years ago
Functional vs imperative<p>Which is easier to understand and maintain at scale?