Skip to content

Don't discourage absolute imports in style guide

Rohit Kothur requested to merge rkothur/import-guide into master

Description

The style guide currently says to prefer relative imports to absolute imports, but it doesn't provide a rationale for why these are better. Furthermore, we've generally been doing absolute imports unless the paths are really long. This updates the style guide to reflect our current practices.

Merge request reports