Just wondering, I'm afraid to need to rewrite parts of my code just because I'm decreasing the performance due to my variables. In the end, does it matter? I mean, if I'm able to declare all my variables to private VS. if I declare all my variables to public, it would make a huge difference?
↧