I know I can call it whatever, but just like there is a convention for project's namespace (xmlns:local
), is there a good name I could call the Properties
namespace so that any coder could walk up to my code and instantly recognize it? Currently, I use xmlns:Properties
, but that's too long in my opinion.
views:
17answers:
1
A:
I personally use either p
or props
. I don't think that there is a definitive standard for this, though.
Andy
2010-04-09 11:06:23
props is ok. P would be meaningless to me.
Scott J
2010-04-09 17:39:55