Archive for 16. November 2006

Re: Re: Re: Re: Re: Unit Testing is vital
With revision 75 the dependencies between tester and app are fixed to make sure the unit tests are always up to date and executed prior to building the app. Added (more...)
PacketSession Requirements & Specifications RFC
Hi everybody, here is a follow-up to the documentation topic: Rationale R1. Exchange packets with a remote peer. R2. Don’t care about the actual transport protocol. R3. Don’t care about the actual application/session protocol (more...)
Re: bittorent patch
Thanks Seb, committed in revno 74! Regards, Peter sebastien venot wrote:Dear all, Here is a patch which implements Piece and BitField packets of the Bittorrent protocol. The corresponding unit tests are also included. I (more...)
Re: Re: Re: About comments in the source code
Hi all, I think there are two main problems regarding documentation: - people tend not to write it (Atul’s comment) - people tend not to read it I have to admit I count amongst (more...)
bittorent patch
Dear all, Here is a patch which implements Piece and BitField packets of the Bittorrent protocol. The corresponding unit tests are also included. I am very sorry if i have not been (more...)
Re: Re: About comments in the source code
Hi all, In my point of view the comments in code is good for people (author and other readers) to understand the code. I agree with atul we don't need to (more...)
Re: About comments in the source code
Hi Bob This is indeed one of the most discussed topics in the histpry of programming ... ;-) In "Practice of programming" ( Kernighan & Pike ), best comments briefly point out (more...)
Re: About comments in the source code
Hi all, I think also having some kind of design documentation using UML would be a good thing to get an overview of modules etc. StarUML seems to be a pretty (more...)