G
Guest
If I have several constants specific to my application, does it make sense to
declare public constants in a module? Is there any downside to this?
For example, I often filter by a particular appointment type, let's say
ApptTypeID=2.
For code maintainability, wouldn't it be better to declare a public
constant, skOfficeAppt =2 and then my code would read ApptTypeID=skOfficeAppt
Is that good strategy?
Thanks!!
declare public constants in a module? Is there any downside to this?
For example, I often filter by a particular appointment type, let's say
ApptTypeID=2.
For code maintainability, wouldn't it be better to declare a public
constant, skOfficeAppt =2 and then my code would read ApptTypeID=skOfficeAppt
Is that good strategy?
Thanks!!