16.03.2019, 23:33
Quote:
Why not? That's exactly what new functions are for - combining repeated bits of code. If you start editing the original functions you:
a) Make it harder to update. b) Become incompatible with all includes and other code. c) Prevent others from working with you on the script because they no longer know what standard functions do. They are called "standard" functions for a reason. |