You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't know about this project. Seems cool and very similar!
The main differences (I could be wrong as I did a quick test) seems to be that:
synt only finds method/class nodes, where jsinspect looks at other things like string literals, similar array assignments, etc.
synt calculates similar and duplicate code by calculating the Jaccard index on ngram sets, where it looks like jsinspect creates a hash of name/type values and matches against that
Hi, I wonder what are the pros/cons of using synt over jsinspect. Thank you.
The text was updated successfully, but these errors were encountered: