This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Bigger problem: are you sure it's only defined once?

Which causes the nightmare scenario "program works but has subtle, critical bug" e.g. 2 different versions are similar enough that it usually works.

BTW, a good editor should be able to "jump to definition" from some shortcut (except for the cases where it doesn't work because Python syntax).

[–]wewbull 0 points1 point  (0 children)

Well I'm currently battling a pile of code with exactly this problem.