1
2
In response to Jon88
|
|
I'd probably more prone to use the first one, rather than the second.
|
In response to Theodis
|
|
Theodis wrote:
Unfortunantly until DM has cool compiler functionality that preprocesses expressions which can be computed at compile time you can't do anything like this with const variables. That's certainly true, but most cases don't fall into that category. |
1
2
In your example, sure, but they are seldom used that way. For example:
As you can see, the second example is much nicer. :)