Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Programming

Mind Maps: the Poor Man's Design Tool 97

CowboyRobot writes "'UML too complex? Flowcharts too old school? Mind maps offer a simple way to capture designs and weave them together elegantly.' The quickest way to begin designing a program is to simply write down the steps in normal text, but this method breaks down with more complex projects. UML can be a useful format for larger projects but can be difficult to get right, especially when trying to use it with a less conventional project. The middle ground are 'Mind Maps,' 'a diagrammatic representation of loosely connected ideas. They are a central tool in brainstorming sessions. Mind map tools help capture ideas and then mush them around until you have the structure you want.'"
This discussion has been archived. No new comments can be posted.

Mind Maps: the Poor Man's Design Tool

Comments Filter:
  • Re:Ahem (Score:4, Informative)

    by Dr_Barnowl ( 709838 ) on Wednesday October 03, 2012 @04:26AM (#41535433)

    I don't know - it's a free / open source mind mapping tool he recommends.

  • Re:I suspect (Score:5, Informative)

    by digitig ( 1056110 ) on Wednesday October 03, 2012 @04:42AM (#41535513)
    Vue [tufts.edu] from Tufts university supports cyclic relationships. It also has good tools for plotting routes through a mind map which are good for getting a linear form out of a model. I use it a lot for complex reports and essays, with good results.
  • Re:I suspect (Score:4, Informative)

    by AliasMarlowe ( 1042386 ) on Wednesday October 03, 2012 @04:52AM (#41535555) Journal

    Use Your Head is a book by Tony Buzan (not sure if he had any input in the BBC2 series). I do not think you will find a suitable program since part of the learning process is designing your own map with associated colours and visual triggers.

    Yes, I have his book, and he was behind the BBC2 series in the 1970s. I watched the series, and found the information quite useful in general life and in studies (but not great for lecture notes in math, science, or engineering topics). Unfortunately, his ideas degraded between the TV series and the book and software, so that the mind maps in his book involve branching from a central concept without cycles. I really wish the TV series was still available, but it can't be found on the BBC shop, and it was broadcast in the days before video recorders were common.

  • Re:I suspect (Score:5, Informative)

    by JaredOfEuropa ( 526365 ) on Wednesday October 03, 2012 @07:50AM (#41536495) Journal
    Most mindmaps boil down to a visual representation of a hierarchical list, with some comments and maybe a few extra relationships added. As a visual representation they are great for individual ideation, brainstorming, or even scoping functional designs. In those cases you're working with concepts that fit a taxonomy but are otherwise only loosely interrelated (as far as matters for the mapping exercise). A lot of what you're doing there is fitting items into the taxonomy, checking whether every (sub)category is complete, and tweaking the taxonomy itself. Mind maps are a very useful visualisation for such tasks, and even for people new to the concept they are simple enough to understand and work with.

    But design work? Things like ordering and complex flows are not naturally captured very well in a mindmap. The mindmaps in the Dr. Dobbs article appear to me as rather awkward flow diagrams. There are better representations; even a simple indented list might work better for the examples given. I have used mindmaps when designing software, but in those cases I used them to map out functional areas of the software, break down each area in distinct tasks and perhaps subtasks, but I stopped at the level where timing, order and interdependencies become important.
  • by sgtrock ( 191182 ) on Wednesday October 03, 2012 @09:01AM (#41537135)

    Undoing mod points to post this. If you like FreeMind, you really need to try out Freeplane. [sourceforge.net] Much more functional than FreeMind on so many levels. :-)

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...