Just use methods over constants, so that we could
take the advantage that if they're not used, we could garbage collect those data, reducing memory footprint.
Showing
Please register or sign in to comment
take the advantage that if they're not used, we could garbage collect those data, reducing memory footprint.