http://qs321.pair.com?node_id=5118

neshura e-mailed me with what she has a problem with, and I'll admit I'm not too happy with the current set up myself. Right now there are three places for users to add code: the Craft page, the Snippets Section, and the Code Catacombs. Now there are so many places to put code (not even counting the Obfuscated Code section) that users - especially new users - don't know where to put their code. Also, snippets and pieces of code aren't set up to be quite as easily viewed in a frontpage sort of format right now because they contain some additional types of information that other types don't have.

What does everyone else think about this issue?

Replies are listed 'Best First'.
RE: Code Categorization
by chromatic (Archbishop) on Mar 10, 2000 at 00:31 UTC
    With the ability to use the <code> tag in replies, one raison d'etre for Craft is gone. One possibility is making another text field dedicated to code, associated with replies... but that's overly complex.

    I think just telling people to wrap code in the proper tags helps immensely. Merge Craft and Snippets.

RE: Code Categorization
by subpop (Sexton) on Mar 11, 2000 at 23:43 UTC
    why not just have code stored in one place and let the user decide on which sections to put the code in with something like index numbers. Say if a person decides they want to put code in, they just go to the code vault and place their code in (easy, simple to keep the code in correct format no matter where it's displayed since you only have to worry about formatting once) and then when the code is submitted have the user put indexes for which area they want the code displayed (1=catacomb, 2=Snippets, 3=Obfuscation, etc....). this may not work for everything but at least it keeps people from having to put the code in more than once.