[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Wxruby-dev] Group vote on naming questions
From: |
Kevin Smith |
Subject: |
RE: [Wxruby-dev] Group vote on naming questions |
Date: |
21 Jun 2003 19:11:04 -0700 |
Thanks for your input, Curt!
On Sat, 2003-06-21 at 18:41, Curt Hibbs wrote:
> > 3. Currently, global constants are named like WxSUNKEN_BORDER.
> >
> > This also seems redundant to me, so I would like to rename them to just
> > SUNKEN_BORDER? Ok?
> > If not, it still seems like inconsistent case usage, so how about
> > WX_SUNKEN_BORDER?
>
> I would go with WX_SUNKEN_BORDER or put them in the module and use
> Wx::SUNKEN_BORDER.
They are already in the Wx module, so right now they are
Wx::WxSUNKEN_BORDER. Your last suggestion is my preferred option:
Wx::SUNKEN_BORDER
Kevin