Y
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
ianm218
22 days ago
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.
link
bigfishrunning
23 days ago
Vibes, man!
link
You wouldn’t want to ship it straight to prod but it’s a start.