:syntax on You using a monochrome display? :)
Regards, Per-Erik On Fri, Apr 1, 2011 at 9:50 PM, <[email protected]> wrote: > I would have said "masochists" instead of "dinosaurs" but to each his > own... > > > Quoting Jacques-Olivier Goussard <[email protected]>: > > Yeah, you know, deep down in the woods out there, there are dinosaurs >> like me that >> use 'vi' to edit code... >> Asking questions like this betray your age dude :) >> >> >> On Fri, Apr 1, 2011 at 1:05 PM, Stuart McCulloch <[email protected]> >> wrote: >> >>> >>> On 1 Apr 2011, at 17:56, Elliot Huntington wrote: >>> >>> Does anyone know why the example application for apache felix does not >>>> adhere to the java naming conventions? >>>> >>>> I see things like this all over the place: >>>> >>>> private DrawingFrame m_frame = null; >>>> private ShapeTracker m_shapetracker = null; >>>> >>>> Why are the variable names starting with m_? >>>> >>> >>> member variables, IIRC this is a convenience for people not using an IDE: >>> >>> http://felix.apache.org/site/coding-standards.html >>> >>> Just curious. >>>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

