I have a fundamental question. Is there any advantage of using const over var in terms of memory, or performance or anything at all? other than the fact that consts cannot be changed. Maybe the compiler does some optimizations?
- [flexcoders] using const versus var rueter007
- [flexcoders] Re: using const versus var Ryan Frishberg

