• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Software Development Dependency Mapping

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Software Development Dependency Mapping

    I think where I am at the moment needs something like this, basically we are after a product which can track/map inter-dependencies with in the services that are being designed and wrote by our in house team, so they know if they change X it will effect Y and Z.

    The TA is fixated with having a CMDB, but I think this is OTT, worse case a Visio diagram with linked schemeas and DLL's etc will do, but is there a more elegant approach that can be used? We are coding mainly in C# or XSLT at the moment
    Originally posted by Stevie Wonder Boy
    I can't see any way to do it can you please advise?

    I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

    #2
    are the dependancies for services that are within the same software solution or those external to it as well?

    Comment


      #3
      Originally posted by Fandango View Post
      are the dependancies for services that are within the same software solution or those external to it as well?
      I would just say internal at the moment, there are a lot of common shared libraries, at the moment when something is changed its a wait and see as to what else breaks in another part of the code
      Originally posted by Stevie Wonder Boy
      I can't see any way to do it can you please advise?

      I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

      Comment


        #4
        What about a dreaded spreadsheet?

        Comment


          #5
          Originally posted by Doggy Styles View Post
          What about a dreaded spreadsheet?
          I think that is even more low tech than the Visio, I assume when I feed back to the TA it will not be an "elegant" enough solution, or in other words if they did this from day one a Spreadsheet would probably have been good enough, but as they are playing catch up I think they want something mess manual
          Originally posted by Stevie Wonder Boy
          I can't see any way to do it can you please advise?

          I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

          Comment


            #6
            Are you using Visual Studio?

            In VS2010 there are a couple of features which might do what you want

            Class Dependency Graphs > Exercise 1: Introduction to Class Dependency Graphs

            Architecture Explorer > Exercise 1: Introduction to Architecture Explorer

            Comment


              #7
              Why not just implement CI and automated testing so that you know if a change breaks something?
              "A life, Jimmy, you know what that is? It’s the s*** that happens while you’re waiting for moments that never come." -- Lester Freamon

              Comment


                #8
                Originally posted by Freamon View Post
                Why not just implement CI and automated testing so that you know if a change breaks something?
                That is a whole other story!
                Originally posted by Stevie Wonder Boy
                I can't see any way to do it can you please advise?

                I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

                Comment


                  #9
                  Pathway Systems Blueprints does dependency mapping

                  Hi guys,

                  I'm the CTO of Pathway Systems, and just registered to answer your
                  question about a dependency mapping solution for software development.

                  We have a few customers which document and analyze the dependencies of
                  their custom deployed code using our product called Blueprints.

                  What makes it special is the ability to ask Blueprints to draw specific
                  topologies of the graph of dependencies you've documented. A typical
                  query is to show what might be impacted by a failure of a particular
                  component. Here's an example diagram of an application called snarf.
                  The dotted lines denote that one thing depends up another.

                  pathwaysystems.com/~devenson/snarf.png

                  There's videos of the product in action at our website.

                  <Mod snip. Happy to let this through but I think we can let people find their own way to the vids>

                  Thanks,
                  -Dan

                  Comment


                    #10
                    Funny enough this was one of the applications I was looking at
                    Originally posted by Stevie Wonder Boy
                    I can't see any way to do it can you please advise?

                    I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

                    Comment

                    Working...
                    X