cephalo
Deity
I've been using Python for many months now, and I just wanna say that I hate it, hate it, hate it.
Using indentation for loop control is nearly impossible in a multi-programmer environment. Just because you have right number of spaces, doesn't mean that the IDLE error checker will accept it. As you try to correct the problem with tabifying or untabifying, IDLE will gladly scramble most of your flow control in an entire file, and if you don't notice before a save, it's ruined.
Different programmers use different indentation schemes and I'm trying to use WinMerge to update my mod files, and the indentation problems mean that I'm having to go through line by line and verify each and every indentation. All this so we don't have to type brackets? I have to hand execute to determine the intent of code who's indentation has been deleted?
Ok, I just had to rant.
Using indentation for loop control is nearly impossible in a multi-programmer environment. Just because you have right number of spaces, doesn't mean that the IDLE error checker will accept it. As you try to correct the problem with tabifying or untabifying, IDLE will gladly scramble most of your flow control in an entire file, and if you don't notice before a save, it's ruined.
Different programmers use different indentation schemes and I'm trying to use WinMerge to update my mod files, and the indentation problems mean that I'm having to go through line by line and verify each and every indentation. All this so we don't have to type brackets? I have to hand execute to determine the intent of code who's indentation has been deleted?
Ok, I just had to rant.
