deepinthecode.com
Documenting Filenames in the Source Code with Python - Deep in the Code
Troubleshooting a web application page that is made from a crazy quilt of source code files is not always easy. Whether your application is built using ASP, PHP, ColdFusion, or something completely different, the challenge here is the same. How do you find the line of code in the source that is causing the problem … Continue reading "Documenting Filenames in the Source Code with Python"
David Young