Page 1 of 1

PB5.40B8 - #Empty$ should be #EMPTY$

Posted: Wed Oct 07, 2015 9:54 am
by uwekel
Hi,

i am just wondering why the name of the new #Empty$ and #Null$ constants are not all in upper case.

Greetings
Uwe

Re: PB5.40B8 - #Empty$ should be #EMPTY$

Posted: Wed Oct 07, 2015 10:46 am
by Kuzmat
#True, #False :D

Re: PB5.40B8 - #Empty$ should be #EMPTY$

Posted: Sun Oct 11, 2015 5:51 am
by netmaestro
Virtually all the words PureBasic knows are expressed in CamelCase. For these two to be different would confuse things.

Re: PB5.40B8 - #Empty$ should be #EMPTY$

Posted: Sun Oct 11, 2015 5:55 am
by Dude
Only Windows constants are uppercase. PureBasic constants, as mentioned above, have always been camelcase.

Re: PB5.40B8 - #Empty$ should be #EMPTY$

Posted: Sun Oct 11, 2015 7:10 am
by skywalk
Also, PB constants are # prefixed, so caps are not needed to differentiate.