Canonical guidance

Use when

Avoid

Preferred pattern

module example.com/app

replace example.com/lib => ../lib

Anti-pattern

Explanation: This anti-pattern is tempting because it works on one machine, but it breaks reproducibility everywhere else.

Why

Related pages

Sources