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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you publish the same project in a different language on GitHub

2 点作者 steven_braham将近 8 年前
Often I like to recreate a program or project using a different language. I mostly use GitHub as a portfolio rather than truly sharing open source software.<p>Currently my strategy is like this:<p>1. publish the project to GitHub<p>2. after a while recreate the project and publish it again with a suffix. For example -java or -cpp like this:<p>https:&#x2F;&#x2F;github.com&#x2F;stevenbraham&#x2F;stocks-data<p>https:&#x2F;&#x2F;github.com&#x2F;stevenbraham&#x2F;stocks-data-go<p>Curious to hear what other strategies people use? Such as folders or branches?

1 comment

savethefuture将近 8 年前
I&#x27;ve been seeing a lot of new tools use the -go at the end to specify its a go specific package&#x2F;tool. So I think what you did is perfect.
评论 #14769009 未加载