sethjuarez / numl

Machine Learning for .NET
http://numl.net
MIT License
430 stars 104 forks source link

Replace inline function getName with nameof #64

Closed HermanEldering closed 7 years ago

HermanEldering commented 7 years ago

I have edited this on GitHub.com so I haven't tested it, but I believe this should work. It will be faster and still is safe because the names are generated by the compiler (as opposed to literal strings).

HermanEldering commented 7 years ago

And nice Channel 9 video BTW, I liked seeing you guys actually work on something real.

sethjuarez commented 7 years ago

Bahahaha - you are totally right - this is a much better implementation...