...or modify my program.
I migrated a Swift 3 program to Swift 4.2 and several helper functions were added to some of the files. It is tempting to modify the old code to incorporate what the helper functions do and then delete the helper functions, but it seems like a lot of work.
I haven't noticed any performance hits with the helper functions and I intend to update to Swift 5 anyway, but I'm wondering what others think. Thank you.