moodymudskipper / debugverse

Brainstorming ideas for debugging workflow and tools, not a package (yet ?)
1 stars 0 forks source link

duplicated function definitions #8

Open moodymudskipper opened 2 years ago

moodymudskipper commented 2 years ago

In big projects it might happen that we already have a update_results() and we implement a new one. It's not obvious to debug, but detectable through static analysis.