Hi
I'm wondering if there was some way to detect if a function was declared multiple times? I understand this violates the scripting principle but I had the experience where I had multiple scripts and multiple people working on the script and SVN tool auto merges a function so it was declared twice. Darn, it was hard to detect why the script was not behaving.
How do you guys deal with this?