▲ | jitl 7 months ago | |||||||
Process isolation is an absolute non-negotiable must for any seriously sized project (>50 developers) I’ve worked on | ||||||||
▲ | loevborg 7 months ago | parent [-] | |||||||
If you start the project with good hygiene and clear guidelines (no mutable global state), it's 100% doable. AFAIK JUnit and other test runners don't do any process isolation for unit tests. Why is JavaScript so different? | ||||||||
|