HI guys,
I have to modify code written in 5.004_04.
I am looking for good strategies as how to handle these.
I have around 100 script each performing different thing,
Making database connections, processing and displaying data on web or writing in various types of files, using plenty of unix shell command as 'system' etc... I don't have to modify all these file at once, but slowly and gradually as and when needed. The modification is required only to add a new functionality or change existing functionality.
It's speghetti code for sure.. It's taking time to figure out the scope of the variable etc.. in the process.