Today, I had an extra ‘)’ in a Powershell program. Total length, 12 lines. Nothing like spending an hour to find out what the problem was. I thought my editor had a “Find mismatched brace/paren”, but I couldn’t find it. Of course, the line with the extra ‘)’ wasn’t even showing as an error to begin with, so, why would I look at that line?
Today, I had an extra ‘)’ in a Powershell program. Total length, 12 lines. Nothing like spending an hour to find out what the problem was. I thought my editor had a “Find mismatched brace/paren”, but I couldn’t find it. Of course, the line with the extra ‘)’ wasn’t even showing as an error to begin with, so, why would I look at that line?
fml