If the variable can contain either int or long value at runtime , should I use long to cover all cases, or use dynamic - purely from a memory consumption and performance point of view?
Note that in most of the cases it is going to have int value and only in some cases it can contain long value.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.