Y
Hacker News
new
|
ask
|
show
|
jobs
by
jrgv
3774 days ago
> That's the main advantage of commit messages over comments - they are always fresh and encode the exact lines they refer to.
Unless they're something like "fixed indentation".
1 comments
ajuc
3774 days ago
In which case it's one click away. And anyway you should enable checkstyle and autoformat on saving files, and you can use "ignore whitespace changes" in git view for legacy code.
link