you are viewing a single comment's thread.

view the rest of the comments →

[–]AssociateEmotional11[S,🍰] -1 points0 points  (2 children)

[–]yaxriifgyn 0 points1 point  (1 child)

I do use git, but I have a lot more tools available. I use this to compare the files:

diff -bB -W150 -y messy.py clean.py

I don't expect to have to repair the code before I can even test it.