Re: GenericSession - feedback request

Hi Petr,

I just pushed a new revision of my GenericSession development. It was all documenting stuff and moving classes in individual modules (for which templater/generator.py did help a lot!). I’ve written some thoughts in \todos in the code and I’d appreciate if you tell me your opinion about the issues.

I moved this general problem description from GenericSession to Session’s docs. I thought that the abstract problem description belongs belongs with the solution abstraction. When reading the docs of GenericSession one would read about the details of the implementation and if one wants to read about the general picture, one should look at the interface which the class is implementing. What do you think?

Btw I’ll be getting down to the Uri problem now :-)

Good night,

Peter

Would you like to post a relpy?


This post is a reply to:
Re: GenericSession - feedback request
Hi Peter, I really appreciated the idea with problem description when I was reading the docs. It's also good that there is a small example how the inheritance will be done! I've (more...)

Follow-ups:
Re: GenericSession - feedback request
Hi Peter, I moved this general problem description from GenericSession to Session’s docs. I thought that the abstract problem description belongs belongs with the solution abstraction. When reading the docs of (more...)