How do I audit a codebase after my developer left?
Secure access first: repo, hosting, domains, and credentials in your name. Then gather evidence — test state, security findings, dependency health, deployability — before paying anyone for opinions. The evidence tells you whether you have a fixer-upper or a hazard.
Should I rewrite or fix an inherited codebase?
Default to fixing unless the evidence says otherwise. Rewrites cost more and take longer than quoted, and they throw away working behavior nobody documented. A rewrite is justified by evidence of deep structural risk, not by a new developer's discomfort.
What are the red flags in a handed-off codebase?
No tests, secrets committed to the repo, dependencies years out of date, no deploy or rollback path, and a history of huge unreviewed commits. Each one is findable from the repo's evidence without reading the code.
What should a proper agency handover include?
IP assignment in writing, repo and infrastructure access in your name, credentials transferred, documentation of how to deploy and roll back, and a walkthrough of known risks. Tie the final payment to the handover being complete.
How do I brief a new developer on an unknown codebase?
Give them evidence instead of folklore: the current picture of the repo, its riskiest areas, its test and finding state, and the known unresolved risks. That turns weeks of cautious exploration into a prioritised starting list.
Can Qualyn assess a repo with no documentation?
Yes. Qualyn works from the repository's own evidence — code, changes, tests, findings, and history — so it does not depend on documentation or the previous developer's availability.