codeshovel icon indicating copy to clipboard operation
codeshovel copied to clipboard

Class support

Open braxtonhall opened this issue 4 years ago • 0 comments

I've been thinking about classes in some languages. In Java, changes to a class are almost always the same as changes to a file, so regular git would do the trick. However in other languages, where you can have multiple classes in a file, maybe it would be worth it to trace the changes across files.

This mostly came up because ES5 JavaScript classes are just functions, and the ES6 class keyword is just sheep's clothing.

braxtonhall avatar Feb 17 '21 04:02 braxtonhall