Does having a lot of small methods cause performance issues?
Posted: Tue Mar 17, 2015 11:37 pm
I don't know enough about genesis development to understand if I should be breaking up my methods into small methods. I already break up my methods so as not to copy code in different methods. However, will having a lot of small methods slow down performance?