Archive for June 2007

Re: BitTorrent implementation - what next?
Hi Petr, I wanted to make a detailed review of your branch before I do the merge. I have done some minor modifications which I've commented below. Let me know if (more...)
Re: Design by Contract - my summary
Hi Peter, - we have to comment each pre/post condition manually (and synchronize comments according to changes in the code) I think that the positive aspect here, when we manually note the (more...)
Re: Packet class \todo - ‘developers/peter/calitko-dev,225′
Hi Peter, thanks for the links! Now I see that there was a misunderstanding from my side over my "understanding" of reference objects. So, I've read some of the posts in (more...)
Re: BitTorrent implementation - what next?
Hi Petr, - creating (converting) tracker GET requests into QByteArray (class TrackerRequest) - specs Maybe you could try creating a TrackerRequestSession? You pass it the announce URL and the TrackerReqeust. TrackerRequestSession then (more...)
Re: Packet class \todo - ‘developers/peter/calitko-dev,225′
Hi Petr, Thanks for your comments! - to ensure that a user will pass some object to the function and not just a NULL pointer (public interface) - to ensure that a user (more...)
BitTorrent implementation - what next?
Hi Peter, because you have the best overview over the whole project, I'd like to ask you what could I do as a next step. I've browsed through the specifications (more...)
Packet class \todo - ‘developers/peter/calitko-dev,225′
Hi Peter, 55 \todo Should we prefer to return a reference or should we prefer to return 56 a pointer to the internally (more...)
Re: PacketBase - copy() returning an auto_ptr
Hi Peter, OK, so I changed PacketBase fist, then went ahead to change the templates. Then I realized that the derived (generated) cannot return auto_ptr <DerivedPacket> because it is not polymorphic (more...)
Re: Design by Contract - my summary
Hi Petr, I think it will be really nice and extremely helpful to have a discussion on the topic. Hopefully others will join too. - we have to comment each pre/post condition (more...)
Design by Contract - my summary
Hi Peter, so I've read some articles (1, 2, 3) about this topic and I think that we have two options (I'll try to summarize it according (more...)

« Previous PageNext Page »