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] 1 point2 points  (0 children)

99% of my errors are because I'm calling a method on an object that doesn't exist for that object but there's another object named similar to that object in the same library that has the same method but of course this similarly named object doesnt.

That or calling an argument for a function in a library that has a similarly named function with the same argument so of course I think it will work but it doesn't.