What is a good way to approach legacy code and lay it so its easier to analyze and modify

StackOverflow https://stackoverflow.com/questions/21079269

  •  27-09-2022
  •  | 
  •  

문제

With older languages (non-OO Ex. Alpha Basic +) What is a good way to layout the code when reading threw it so your not constantly having to jump back and forth? I find myself having a hard time seeing the big picture of some programs and how there functioning, making it even harder to implement whatever change I need to make.

도움이 되었습니까?

해결책

For procedural language, can you try few code analyzer tool. This question can be a pointer. In case you need some customized flow, a simple tool with perl/python would also help you. These tools will definitely help in ease of understanding "high" level picture of the system/subsystem.
HTH!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top