-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PROJECT] Provide a "src" folder #5429
Comments
What is the main benefit of this? |
|
There is a big disadvantage though: Github will not display any kind of history for moved files (it is a shortcoming in Github, not git - it can be done on the commandline). And since almost every file has to be moved, that is quite bad. |
I see, a known issue, see isaacs/github#900 So, the current workaround would be to use the chrome-extension mentioned in isaacs/github#900, and for sure there are local UI tools which display full history. |
I know it is a known issue (I follow the thread) and it has received 0 response from Github for 1.5 years, since it is an unofficial repository. I'm not yet convinced moving stuff before that is more widely available (how many people search for historical commits on the CLI and not on github?) I think it is more of a detriment, than benefit. |
Like many things in project-management, it is a matter of setting priorities. The issue is: what has priority? a) A clean (quasi)standard project-structure? For me it would be quite clear: ignore the github nonsense, and go on - e.g. whilst suggesting to the team an local UI tool (NOT cli), for the case historical code-research is needed). Despite this, I understand your position. Can you please clarify if you would be ok with moving code into a src folder, once the history-thing is solved (or at least worked-around) ? |
I'm pretty sure this has a very bad benefit / cost ratio and propose to close this issue. |
... (no comment) |
Can we close this then? |
From all issues I've filed here in this project, this one is most possibly the most important one. But I am now at my limits of "trying to explain the obvious" (thus "no comment"). Please feel free to close this issue. |
Abstract
Provide a "src" folder, in which all relevant sources are moved in
Motivation
The overall project-structure is currently very clean. An enhancement would be to group the source-code into a "src" folder.
Specification
Backwards Compatibility
The text was updated successfully, but these errors were encountered: