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. IDE poll

IDE poll

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpcomgraphicstools
36 Posts 15 Posters 3 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.
  • N Nagy Vilmos

    I'm going to have to ding you for poor commenting! The indeffinate article before a vowel is 'an' not 'a'!

    veni bibi saltavi

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

    "Anise Aardvark" is the name of the office mascot. She's humble, that's why all lowercase.

    1 Reply Last reply
    0
    • D Daniel Pfeffer

      This still doesn't solve the problem of changing requirements, changing code, etc. 1. How do you ensure that comments remain current when requirements have been added / deleted? 2. ditto when code has been modified.

      If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill

      N Offline
      N Offline
      Nagy Vilmos
      wrote on last edited by
      #27

      85 million years ago, we had a simple submission check tool. The rules where that every file had a comment header with mod history and every public method had one too; this is all pre XML clever type doc/comments. If they were not there, or unchanged, the change could not be submitted. Simple yet effective.

      veni bibi saltavi

      D 1 Reply Last reply
      0
      • V V 0

        I'm pretty sure the risk is limited. It isn't a website and most teams are limited in size. You could build in a feature that seriously limits the file size per "attachment" and it will always remain more tedious to add an image than to write a comment.

        V.
        (MQOTD rules and previous solutions)

        B Offline
        B Offline
        Brisingr Aerowing
        wrote on last edited by
        #28

        Or just make a link that, when clicked, opens the file. Shouldn't be all that hard to do. I don't know anything about Visual Studio AddIns/Extensions/etc, though.

        What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

        1 Reply Last reply
        0
        • V V 0

          Am I the only one who wants a feature in visual studio (or any other IDE) that can have images as comments? The idea would be that you have some sort of button in the side bar (when an image was attached at that location) and if you hover over it you see the image you attached. This image could contain a use-case, a drawing or a print out of a file you read in as example, ... If we think further you could attach paragraphs of the functional/technical documentation that are relevant for this piece of code. (but that might be overdoing it too) Just thinking out loud, but I feel the plain text comment is not sufficient ;-) What do you think?

          V.
          (MQOTD rules and previous solutions)

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #29

          Something like this[^], or this[^]?


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          V 1 Reply Last reply
          0
          • Richard DeemingR Richard Deeming

            Something like this[^], or this[^]?


            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

            V Offline
            V Offline
            V 0
            wrote on last edited by
            #30

            Exactly. Just tried and googled and none of them is working... unfortunately.

            V.
            (MQOTD rules and previous solutions)

            1 Reply Last reply
            0
            • V V 0

              Am I the only one who wants a feature in visual studio (or any other IDE) that can have images as comments? The idea would be that you have some sort of button in the side bar (when an image was attached at that location) and if you hover over it you see the image you attached. This image could contain a use-case, a drawing or a print out of a file you read in as example, ... If we think further you could attach paragraphs of the functional/technical documentation that are relevant for this piece of code. (but that might be overdoing it too) Just thinking out loud, but I feel the plain text comment is not sufficient ;-) What do you think?

              V.
              (MQOTD rules and previous solutions)

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

              Heck, I want a 3 dimensional code editor. You have an if statement? The code branches orthogonally to the main code "vector". If-else? Same idea, but with two orthogonal branches. nested loops? Again, you can render that in 3D rather than a 2D "one inside the other" surface. It would really be quite fascinating to see code represented three dimensionally and be able to fly around it, zoom in/out, etc. Marc

              Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

              S 1 Reply Last reply
              0
              • V V 0

                Am I the only one who wants a feature in visual studio (or any other IDE) that can have images as comments? The idea would be that you have some sort of button in the side bar (when an image was attached at that location) and if you hover over it you see the image you attached. This image could contain a use-case, a drawing or a print out of a file you read in as example, ... If we think further you could attach paragraphs of the functional/technical documentation that are relevant for this piece of code. (but that might be overdoing it too) Just thinking out loud, but I feel the plain text comment is not sufficient ;-) What do you think?

                V.
                (MQOTD rules and previous solutions)

                K Offline
                K Offline
                Kevin Marois
                wrote on last edited by
                #32

                5 seconds after you attach an image to a line of code, the requirements change, and the image/doc/whatever is now useless. I worked on a project where we all had the spec printed out on our desk. It was 3" thick - and VERY outdated. We spent more time discussing what the spec really meant than coding it. Any spec is outdated the moment it's saved. Now imagine that attached to ever changing code. Mass confusion ensues. Terrible idea.

                If it's not broken, fix it until it is

                1 Reply Last reply
                0
                • M Marc Clifton

                  Heck, I want a 3 dimensional code editor. You have an if statement? The code branches orthogonally to the main code "vector". If-else? Same idea, but with two orthogonal branches. nested loops? Again, you can render that in 3D rather than a 2D "one inside the other" surface. It would really be quite fascinating to see code represented three dimensionally and be able to fly around it, zoom in/out, etc. Marc

                  Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                  S Offline
                  S Offline
                  Stryder_1
                  wrote on last edited by
                  #33

                  How would recursive functions be handled?

                  1 Reply Last reply
                  0
                  • V V 0

                    Am I the only one who wants a feature in visual studio (or any other IDE) that can have images as comments? The idea would be that you have some sort of button in the side bar (when an image was attached at that location) and if you hover over it you see the image you attached. This image could contain a use-case, a drawing or a print out of a file you read in as example, ... If we think further you could attach paragraphs of the functional/technical documentation that are relevant for this piece of code. (but that might be overdoing it too) Just thinking out loud, but I feel the plain text comment is not sufficient ;-) What do you think?

                    V.
                    (MQOTD rules and previous solutions)

                    S Offline
                    S Offline
                    Stryder_1
                    wrote on last edited by
                    #34

                    My first thought is if you need a picture to explain what is going on, it might be time to refactor and simplify.

                    1 Reply Last reply
                    0
                    • V V 0

                      Am I the only one who wants a feature in visual studio (or any other IDE) that can have images as comments? The idea would be that you have some sort of button in the side bar (when an image was attached at that location) and if you hover over it you see the image you attached. This image could contain a use-case, a drawing or a print out of a file you read in as example, ... If we think further you could attach paragraphs of the functional/technical documentation that are relevant for this piece of code. (but that might be overdoing it too) Just thinking out loud, but I feel the plain text comment is not sufficient ;-) What do you think?

                      V.
                      (MQOTD rules and previous solutions)

                      V Offline
                      V Offline
                      Valery Possoz
                      wrote on last edited by
                      #35

                      There is already an extension that does that (and a bit more...) Look for MarkdownComments in the tools/Entensions and update menu.

                      1 Reply Last reply
                      0
                      • N Nagy Vilmos

                        85 million years ago, we had a simple submission check tool. The rules where that every file had a comment header with mod history and every public method had one too; this is all pre XML clever type doc/comments. If they were not there, or unchanged, the change could not be submitted. Simple yet effective.

                        veni bibi saltavi

                        D Offline
                        D Offline
                        Daniel Pfeffer
                        wrote on last edited by
                        #36

                        The tool you describe can ensure that a comment exists; it can't ensure that the comment is current. I suppose that a slightly more sophisticated tool could ensure that comments are modified along with functions, but that is not always necessary (e.g. fixing a bug would not necessarily change the description of a function). Until this problem is solved, any fancy tools that e.g. link a function to the requirement that was responsible for it are worse than useless.

                        If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill

                        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