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.

Contribute to READMEs

13 pointsby ryanseysabout 10 years ago

2 comments

hliyanabout 10 years ago
I was more intrigued by the article linked in the second paragraph: <i>Readme Driven Development</i> (<a href="http:&#x2F;&#x2F;tom.preston-werner.com&#x2F;2010&#x2F;08&#x2F;23&#x2F;readme-driven-development.html" rel="nofollow">http:&#x2F;&#x2F;tom.preston-werner.com&#x2F;2010&#x2F;08&#x2F;23&#x2F;readme-driven-devel...</a>)<p>This is close to what I do (and encourage my team to do). I usually start by writing a commented code snippet demonstrating proper usage of the class&#x2F;function I&#x27;m about to implement.
leemacabout 10 years ago
Fixing typos or improving documentation is another super easy way to contribute. You could probably find many typos in many repos you use, especially in code samples.