I know it's silly to ask this, but since I did not study any basis in Computer-code so I have 1 question about performance
1 big function contain every part on it
or combined multi function with each piece specialize to do its job
what method will be faster ?
1 big function contain every part on it
or combined multi function with each piece specialize to do its job
what method will be faster ?
Comment