> > I'll continue to use clones. For example, when working on a to-do item I >> almost always clone it so it is ready to hand. However, the recent Aha's >> show (to my satisfaction) that clones should not be used in creating an >> initial organization of any kind of data. This is quite a surprise to me. > > I would say that depends on what you understand by 'initial organization'. Two examples:
Imagine, you want to store a book list, using three categories: Author, Title, Topic, each ordered alphabetcially. How could you store your book data without using clones? Or imagine, you want to store code snippets organized by programming language (Python, JavaScript, Java,...) and by kind of logic (Business Logic, GUI stuff, DataBase stuff). How can you do that without clones and without duplication of the snippets. That's what clones were invented for. Reinhard -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
