Re: [Pharo-project] HelpSystem implementation

2010-02-15 Thread Danny Chan
Am Sonntag, 14. Februar 2010 21:19:57 schrieb Torsten Bergmann: > Hi Danny, > > > - What is the reason to have HelpBuilder and to create a hierarchy of > > HelpTopic instances mirroring the layout of the actual content classes? > > Why > > not use the class objects directly? > > HelpBuilder build

Re: [Pharo-project] HelpSystem implementation

2010-02-14 Thread Torsten Bergmann
Hi Danny, > - What is the reason to have HelpBuilder and to create a hierarchy of > HelpTopic instances mirroring the layout of the actual content classes? > Why > not use the class objects directly? HelpBuilder builds the topics/books from code. I just wanted to decouple the storage mechanism

[Pharo-project] HelpSystem implementation

2010-02-14 Thread Danny Chan
Hi Thorsten! I have two questions regarding your implementation: - What is the reason to have HelpBuilder and to create a hierarchy of HelpTopic instances mirroring the layout of the actual content classes? Why not use the class objects directly? - Why do you use pragmas for the titles of the p