Hacker News new | ask | show | jobs
by halfcat 24 days ago
How would one even know if the port of 100k LOC was successful? Are there language-agnostic tests (CLI STDIN/STDOUT) or similar involved?
2 comments

I was using large official test suites + lots of tests I generated that test input/ output is byte identical over thousands of commands.

You wouldn’t want to ship it straight to prod but it’s a start.

Vibes, man!