Re: Categories
[email protected] (Dave Rolsky) Thu, 31 Jan 2002 18:08:34 -0600 (CST)
| Newsgroups | perl.books.workers |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 31 Jan 2002, Uri Guttman wrote: > DR> Technical -> Programming > DR> Technical -> Programming -> Perl > > hmm, a node only has other nodes or books? or could it have both? A node can have both child nodes and books. > i would like to keep nodes either filled with books or other > nodes. sharing a node bothers me somehow. It's not practical to enforce that. That means that every time you want to create a child category, you need to create a child category for _every_ book in that particular node. But imagine a node where you have 20 books, 8 of which can be grouped into a child node, but the other 12 are all different enough that they fall into groups of 1. So you end up having to make 13 new nodes, one of which has 12 books and 12 of which have 1 book each, which sucks in terms of browsing. -dave /*================== www.urth.org we await the New Sun ==================*/