Maintaining scripts you never planned to maintain

damianweber20

BANNED
Joined
Nov 1, 2025
Messages
15
Reaction score
3
Certain scripts weren't supposed to last this long. How do you handle temporary scripts that end up becoming permanent?
 
Turn them into an API so other scripts can reference it or turn it into a library.

Or do a refactor using scalable and proper code rather than just maintaining slop
 
Back
Top