kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.1k stars 677 forks source link

[Request] Repo restructuring pls #35

Open TriMoon opened 7 years ago

TriMoon commented 7 years ago

It seems you have many programming languages supported, that is great ! BUT, it makes it difficult for people to help/clone a specific language version, because they can only clone the whole with ALL of them. So i suggest kindly to split your repo into branches per language. For example a seperate repo-branch for js, another for php etc etc instead of one main branch... 👍

ygoe commented 3 years ago

I don't see any issue with this. The repository size is very well manageable. (Total current content is below 1 MB.) Try cloning Firefox and we'll talk again. Oh, and hiding unrelated things in different branches really isn't the way to go with Git. Separate repositories would be the only alternative to the current situation, but I'm not requesting that.

I would, however, suggest adding an issue template to GitHub that reminds everybody to mention the programming language they're talking about. Most issues here don't have that information so it's unclear what they mean. Most seem to refer to the JavaScript version but you often don't know.