|
|
|
|
|
by smaccona
1789 days ago
|
|
The advantage of having it in a comment vs in a commit message is that the source is immediately available to another developer browsing the code. Otherwise they will have to use git blame (or equivalent) to see why you did it that way. |
|