[interfacekit] Window.h
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: "Haiku Interface Kit" <interfacekit@xxxxxxxxxxxxx>
- Date: Wed, 18 May 2005 18:43:52 +0200 CEST
Hi there,
I just came along these lines in Window.h:
// NOTE(!!!) All private non virtual functions are to be
renamed
following
// this scheme: word_another_third <->
wordAnotherThird
// OBOS Team: If you use one of BWindow's private functions, please
addapt to this code
This violates our style guide and should be done differently!
Please rename them either to WordAnotherThing, or use the also common
_WordAnotherThing here.
Bye,
Axel.
Other related posts:
- » [interfacekit] Window.h