Remix.run Logo
wewewedxfgdf 3 hours ago

I'm deeply skeptical of the "X reimplemented and it was super easy" thing.

The devil is in the detail.

So many edge cases unlikely to be there.

So many details or fine details unlikely to be there.

Years of bug fixes.

If it is literally a drop in replacement and it passes all the tests, and you're replicating something with and extremely thorough test suite, then sure I'll give you the benefit of the doubt.

Otherwise, I don't believe people "rebuilt X product in a week".

Tadpole9181 3 hours ago | parent [-]

I don't necessarily buy it either, but TFA talks about the test suite. They basically pulled 2k unit tests and 400 E2E tests from Next and made sure they all passed.

wewewedxfgdf 3 hours ago | parent [-]

Even then I still don't think passing all the tests means you duplicated something. That would be a naive understanding of the reality of tests.