0 Members and 2 Guests are viewing this topic.
Minute in Notepad++ and it should be readable, maybe it won't look clean ( no tabulators, and still most variables will have strange names ) but shouldn't be too hard to read.
Quote from: Polifen on February 09, 2011, 04:04:58 amMinute in Notepad++ and it should be readable, maybe it won't look clean ( no tabulators, and still most variables will have strange names ) but shouldn't be too hard to read. The point is to make it harder to read. Large scripts will just be impossible to read, due to hundreds of functions without any comments or clue-giving names. Sure, small scripts are still readable, but think bigger
varID : byte;beginID:=12;end;
varID:byte;beginID := 93196;end;