mikera / core.matrix

core.matrix : Multi-dimensional array programming API for Clojure
Other
701 stars 113 forks source link

length would be better as magnitude #269

Open Somelauw opened 8 years ago

Somelauw commented 8 years ago

I find the name length confusing, because on many Java datatypes the length function returns the array length.

If length returns the magnitude, then why not rename it to magnitude?

mikera commented 8 years ago

I've toyed with both names. Agree length is a bit confusing given the Java connotation.

Happy to rename I think.