Is it necessary to keep track of the “private”-“public” flag in functions? By default, they are set as public and I did not pay attention to this, but over time the project has become large and processing takes more and more time, is this due to the fact that all functions are set as public, in general, how important is it?
Thanks!