Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Documentation

Documentation

Scheduled Pinned Locked Moved The Lounge
question
18 Posts 14 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Fabio V Silva

    Just started writing some documentation which I have never done before, at least not on a professional way. Going good so far, actually thought it would a be a nightmare because of my [lack of] writing skills but it's not so bad... Is documentation a part of software development you like to do?

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #9

    In a complex project documentation should be part of it not an afterthought. Satement Of Work, Requirements, Development Plan, Test Plan etc.. I spent a number of years developing test solutions for a wide range of technologies (fibre optics and liquid nitrogen don't mix well!) and without that we would have floundered.

    Join the cool kids - Come fold with us[^]

    1 Reply Last reply
    0
    • F Fabio V Silva

      Just started writing some documentation which I have never done before, at least not on a professional way. Going good so far, actually thought it would a be a nightmare because of my [lack of] writing skills but it's not so bad... Is documentation a part of software development you like to do?

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #10

      Fabio V Silva wrote:

      Is documentation a part of software development you like to do?

      Yeah, actually I do. OK, I'm weird. I like dead repeat offenders. I like writing documentation. It's a good weapon against repeat offenders. RTFM!!!! ;) Marc

      1 Reply Last reply
      0
      • F Fabio V Silva

        Just started writing some documentation which I have never done before, at least not on a professional way. Going good so far, actually thought it would a be a nightmare because of my [lack of] writing skills but it's not so bad... Is documentation a part of software development you like to do?

        G Offline
        G Offline
        Gregory Gadow
        wrote on last edited by
        #11

        BAH! If you can't read my source code, you don't deserve to use my program. ;P

        F 1 Reply Last reply
        0
        • G Gregory Gadow

          BAH! If you can't read my source code, you don't deserve to use my program. ;P

          F Offline
          F Offline
          Fabio V Silva
          wrote on last edited by
          #12

          I don't expect users to understand source code...in fact I don't want them to see it :doh: So it is necessary to create documentation...

          1 Reply Last reply
          0
          • F Fabio V Silva

            Just started writing some documentation which I have never done before, at least not on a professional way. Going good so far, actually thought it would a be a nightmare because of my [lack of] writing skills but it's not so bad... Is documentation a part of software development you like to do?

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #13

            Software documentation is ok - it's part of the job - but I hate doing User documents. I just have difficulty thinking "down to their level", and tend to leave out things I think are "obvious". Or I go the other way and come over too patronising. Difficult.

            Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            F 1 Reply Last reply
            0
            • OriginalGriffO OriginalGriff

              Software documentation is ok - it's part of the job - but I hate doing User documents. I just have difficulty thinking "down to their level", and tend to leave out things I think are "obvious". Or I go the other way and come over too patronising. Difficult.

              Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

              F Offline
              F Offline
              Fabio V Silva
              wrote on last edited by
              #14

              Your sig speaks for you :laugh:

              1 Reply Last reply
              0
              • H HimanshuJoshi

                Fabio V Silva wrote:

                Is documentation a part of software development you like to do?

                You had to ask? Nobody likes to write it, and everybody whines how bad it is when they read.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #15

                Somebody actually reads it?

                A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                1 Reply Last reply
                0
                • F Fabio V Silva

                  Just started writing some documentation which I have never done before, at least not on a professional way. Going good so far, actually thought it would a be a nightmare because of my [lack of] writing skills but it's not so bad... Is documentation a part of software development you like to do?

                  P Offline
                  P Offline
                  peterchen
                  wrote on last edited by
                  #16

                  Sometimes, actually. I find my documentation-writing-happiness quite well reflects the state of the project. For end user doc: Documenting a well-written feature with an overview, howto-s, pro tips and some nice screenshots is a bliss. It still takes a while to get it right and make it look good, but it's part of the polish. Documenting a feature I feel uneasy about - e.g. it's an awful compromise between user expectations and our willingness to deliver, or I see drawbacks that I have to downplay for political reasons - that hurts. The same goes for development docs - writing specs, adding comments etc.

                  Agh! Reality! My Archnemesis![^]
                  | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

                  1 Reply Last reply
                  0
                  • F Fabio V Silva

                    Just started writing some documentation which I have never done before, at least not on a professional way. Going good so far, actually thought it would a be a nightmare because of my [lack of] writing skills but it's not so bad... Is documentation a part of software development you like to do?

                    G Offline
                    G Offline
                    GenJerDan
                    wrote on last edited by
                    #17

                    Hate it. I keep forgetting that users are idiots

                    1 Reply Last reply
                    0
                    • F Fabio V Silva

                      Just started writing some documentation which I have never done before, at least not on a professional way. Going good so far, actually thought it would a be a nightmare because of my [lack of] writing skills but it's not so bad... Is documentation a part of software development you like to do?

                      T Offline
                      T Offline
                      Terrence Dorsey
                      wrote on last edited by
                      #18

                      Hot off the presses: "A Coder’s Guide to Writing API Documentation" (via MSDN Magazine)

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups