TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to find quality code for re-purposing?

3 点作者 sathishmanohar超过 13 年前
Github and Google code has many open source projects, but most of them are just a few lines of code or abandoned.<p>Whenever I feel like doing redundant tasks (like signup and authentication flow). I look for code that is already implemented. But, I always have hard time finding them. How do you guys find, code to re-purpose and use in your projects.<p>Thanks.

1 comment

bennywild超过 13 年前
I don't know if this advice is any better than "just Google it" but I usually come up with every single variation on the idea that I can and just start brute forcing search terms. By the end I'll have a computer-slowing amount of open tabs. I bookmark them all and then start going through the results. It's rare that I don't find some usable code.