Re: coding style - simple vs. complex C++

2009-12-11 Thread John Plevyak
bel...@websense.com] Sent: Thursday, December 10, 2009 3:29 PM To: trafficserver-dev@incubator.apache.org Subject: RE: coding style - simple vs. complex C++ (I feel funny throwing my 2c on these generic threads when I've contributed zip, but John opened it up so...) - Exceptions, a.k.a. the su

RE: coding style - simple vs. complex C++

2009-12-11 Thread D.J. Stachniak
- From: Belmon, Stephane [mailto:sbel...@websense.com] Sent: Thursday, December 10, 2009 3:29 PM To: trafficserver-dev@incubator.apache.org Subject: RE: coding style - simple vs. complex C++ (I feel funny throwing my 2c on these generic threads when I've contributed zip, but John opened it up so

RE: coding style - simple vs. complex C++

2009-12-10 Thread Belmon, Stephane
, so is std::map... slippery slope. -Original Message- From: John Plevyak [mailto:jplev...@acm.org] Sent: Thursday, December 10, 2009 10:45 AM To: trafficserver-dev@incubator.apache.org Subject: Re: coding style - simple vs. complex C++ I would like to open up discussion on the simple vs

Re: coding style - simple vs. complex C++

2009-12-10 Thread John Plevyak
I would like to open up discussion on the simple vs. complex C++/OO issue. There is a continuum between basic K&R C and full-blown meta-template programming, virtual everything, multiple-inheritance, massively overloaded, super Object-Oriented C++. Somewhere there is a happy point where most