Offered with no comment
-
Maybe it is used as a symbolic constant in various places and the author wanted to be able to change it in just one place. However, in this case the variable name is not the best choice and it should of course be const.
The good thing about pessimism is, that you are always either right or pleasently surprised.
-
Maybe it is used as a symbolic constant in various places and the author wanted to be able to change it in just one place. However, in this case the variable name is not the best choice and it should of course be const.
The good thing about pessimism is, that you are always either right or pleasently surprised.
-
But... that is not a variant of BASIC.. how can bad code be written in a non-BASIC language? Did we experience a shift to an alternate universe?
-
But... that is not a variant of BASIC.. how can bad code be written in a non-BASIC language? Did we experience a shift to an alternate universe?
-
Tim Carmichael wrote:
how can bad code be written in a non-BASIC language?
You evidently haven't worked the same places I have ;) worst code I ever saw was in COBOL!
Interesting is that presnted maybe use pozycjonowanie
-
I think the developer believed in "Self Documented Code". It would have been much better if was something like:
public static int TenSeconds = 20;