Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Finding Circular Imports in Python
(github.com)
7 points
by
brunovcosta
1 year ago
| 3 comments
Finding Circular Imports in Python | Dark Hacker News
zahlman
1 year ago
|
next
[−]
When you get an error like this, the stack trace directly shows the circular chain of imports. I don't see what this is adding for a codebase that has adequate testing, or even just tests that make sure every file gets `import`ed.
threecheese
1 year ago
|
next
[−]
Eh, we just let customers find them.
brunovcosta
1 year ago
|
parent
|
next
[−]
lol