Hi all, I've been working on another kind of packets which contains the information of a peer. I've also corrected some errors from my last revision.
To-Do:
Make tests.
Keep on studying the (more...)
Hello everybody,
There is a bug in Calitko that crashes it randomly quite strangely in Qt’s implementation for the signals and slots mechanism. I suspect that this has something to do (more...)
Hi Atul,
The chain of responsibility sounds interesting! I’ll check your patch.
I think we’ll anyway need to know the type because the users of BDecoder like Torrent (file) or TrackerResponse will (more...)
Hi all
Here is how the pattern would help in clean up BItem... BItem::type() and related stuff is not necessary
All tests pass ;-)
1. I also plan to give a close look (more...)
Hi Peter
I think depending on types is going against the OO grain.
Then how could we design BItem? Here is one idea...
1. Push the parsing to BItem concrete classes ( So (more...)
Hello everyone,
I have just joined the developer group. As suggested by Peter, I will also start with Unit Test to get familiar with the code.
I have set up the environment and (more...)
Dear Bob,
Yes mate writing tests is indeed a great way to get familiar with code...
Also trying to refactor / comment existing code would also help both ways ( the (more...)