Detecting Duplicate Python Code Is Harder Than Comparing Text
Duplicate-code detection sounds easy.
You have some source files. Find sequences of lines that occur more than once.
How hard could it be?
I asked essentially that question when I started building Ari
bobtaylor.hashnode.dev12 min read