Hi everyone,
It's kind of a weird question. But,
If I code after someone else, I first uncomment all variables and compile a script to find out which variable needs to be deleted.
I MUST have script written in case sensitive mode. I don't like when someone else writes setpointer() instead of SetPointer ().
So next I replace all script using case sensitive syntax.
I MUST have IF, THEN, END IF etc. written with upper characters.
I use i for FOR...NEXT instead of ll_i.
I've already given up my very bad habbit in trying to optimalize a script. (Some stuff are magic and you should do not touch them).
I always check datawindow syntax in Get Plan (dbisqlc) altrough sometimes I have no idea what they are talking about. But I never leave datawindow with sequentialy scan.
I don't like scripts on more than 2 pages.
I don't like 3 or more tabs in IF..END IF
I don't like when somebody else writes in my script.