Re: Prothon Prototypes vs Python Classes
[color=blue][color=green]
>>but you could allow either all-tabs or all-spaces in a given file.
>>
>>[/color]
>
>Maybe that the is most sensible solution I've heard yet.
>[/color]
That'd seem agreeable to me. Especially if how strict the rule was could
be set at run time as a Python argument. So you could either have mixed
spaces and tabs refuse to run, give an error, or be ignored and run (if
possible) as we might currently expect.
[color=blue][color=green]
>>but you could allow either all-tabs or all-spaces in a given file.
>>
>>[/color]
>
>Maybe that the is most sensible solution I've heard yet.
>[/color]
That'd seem agreeable to me. Especially if how strict the rule was could
be set at run time as a Python argument. So you could either have mixed
spaces and tabs refuse to run, give an error, or be ignored and run (if
possible) as we might currently expect.
Comment