[bind10-dev] Call for topics for team call on 2012-02-01
JINMEI Tatuya / 神明達哉
jinmei at isc.org
Wed Feb 1 05:09:13 UTC 2012
At Fri, 27 Jan 2012 15:10:05 +0100,
Shane Kerr <shane at isc.org> wrote:
> We're having our normal team call on Wednesday next week instead of
> Tuesday.
>
> As usual, please send topics to the list or to me.
- trac spam
- C++ header file inclusion order
As usual(?) we have inconsistent styles in our code:
- include standard and external library headers first:
<string> <boost/shared_ptr.hpp> <dns/message.h>
- include standard and external library headers first:
<dns/message.h> <boost/shared_ptr.hpp> <string>
Note that in some cases we need to include specific header file very
first. Python.h is one such example. (and I in fact had a trouble if
I didn't put it first).
Mostly a bikeshed matter, but as a consistency lover I want to have
consistent style if we can agree.
- generic framework for query performance improvement
See: http://bind10.isc.org/ticket/1431#comment:17
(but maybe it's too early to discuss this type of thing - I've not
fully thought about it yet anyway)
- feedback on candidate new developers?
as we seem to seek new developer(s)
(https://www.isc.org/about/jobs/BIND-Software-Engineer)
I wonder whether it makes sense for existing developers to provide
feedback on candidates, especially exploiting the "openness" of BIND
10. For example, someone can pick up one open ticket from trac and
show how he/she would solve this with actual code.
---
JINMEI, Tatuya
More information about the bind10-dev
mailing list