📰 Dev.to · Wes Nishio
Articles from Dev.to · Wes Nishio · 5 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9111)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
Dev.to · Wes Nishio
3d ago
Why Retargeting a PR Explodes the Diff
GitHub's change-base-branch API only updates metadata. When sibling release branches are involved, the PR diff explodes with unrelated files.
Dev.to · Wes Nishio
1w ago
How We Finally Solved Test Discovery
A 5-tier scoring system validated against 17 real repos replaced flat scoring that broke with real data. Content-aware matching fills the gaps.
Dev.to · Wes Nishio
1w ago
Test File Discovery Is Still Unsolved
Given an implementation file, which test files are relevant? We tried stem matching, content grepping, and hybrid discovery. Each fails differently.
Dev.to · Wes Nishio
1w ago
Can You Guess What Tests a Calculator Needs?
A 40-line Python calculator. How many tests would you write? Most say 10-15. GitAuto generated 41. Here's what you missed.
DeepCamp AI