←back to thread

207 points sebg | 1 comments | | HN request time: 0.207s | source
Show context
didip ◴[] No.45310972[source]
Damn. Well, time to fork everything and keep internal patches internal.

This system is unworkable.

replies(1): >>45311234 #
1. gorset ◴[] No.45311234[source]
That’s the default in the monorepos I’ve worked on.

When a third party dep is broken or needs a workaround, just include a patch in the build (or fork). Then those patches can be upstreamed asynchronously without slowing down development.