Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

It has a cost in the size of the object file or executable at least. What if I don't want my data segment being polluted with enum-string-values or, worse, your secret array/hash-table implementation, regardless of how little extra it is?

Something like this ought to be opt-in and explicit.



If you use nameof(Cat) then the string "Cat" is included. If you use nameof(some_pet) then the array ["Cat", "Dog"] is included. It's zero cost for something you don't use and it's exactly the same cost as you would have paid by manually adding this.


Ah, right, I see: the compiler only adds these things if it detects that it's necessary (i.e. there must be at least one use). Can't argue with that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: