Re: Designing lower level classes.
Juha Nieminen wrote:
[snip]
>
> Sure, liberally using the GUI library everywhere in your code will tie
> your code to that library in question, but whether that's better or
> worse than the alternative is not clear at all. In some cases a clever
> design could allow a clean abstraction between your code and the
> library, but it's not easy.
I'm sure I'm not the only beginner facing this question and the most books
handle the technicalities of the language well but don't give any info like
this.
Probably this info will be in other more general progamming books I suppose?
I noticed the book 'Large scale programs with C++' or something from Addison
Wesley. I will look for a review. Maybe this is just the book I need for
questions like this.
Anyway, thanks a lot. It gives me something to think about.
|