|
|
|
|
|
by throwaway81523
336 days ago
|
|
> there's no point in making a function that's only called in one place. There's nothing wrong with doing that if it helps make your code clearer. The compiler's optimizer will inline it when appropriate so there's no runtime overhead either. |
|