5
votes
6answers
191 views
Managing aesthetic code changes in git
I find that I make a lot of small changes to my source code, often things that have almost no functional effect. For example:
Refining or correcting comments.
Moving function definitions within a …
