7

I find UML hard to create quickly.
I'd like to put my ideas more quickly, especially for small open sourced projects.
If it was big enough I'd bother with UML but the project is too small for this kind of thing.
I don't want yet another tool that will make me think "nehh I'll do it later".
Any suggestions?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
the_drow
  • 18,571
  • 25
  • 126
  • 193

5 Answers5

7

UML is not a tool, it's a language.

If you want a tool that is quick and easy, I'd recommend a whiteboard. If you need a permanent copy of your design, take a photo of the whiteboard.

chimp
  • 1,823
  • 9
  • 14
  • 2
    In my company we have whiteboards which can scan their selfs and print out a copy (sadly b/w). Im sure there are more modern products out there :) – atamanroman Aug 03 '10 at 10:10
7

For me, UML somehow always seemed to complicate things more than help them. However, I found yUML to work perfectly for quick sketches just like the ones you mention.

Domchi
  • 10,705
  • 6
  • 54
  • 64
4

You could use a blog (WordPress is quick) or a mind map (here's one free on Sourceforge)

samoz
  • 56,849
  • 55
  • 141
  • 195
  • 1
    If you can figure out a productive way to use it in can. By that I mean that if you are disciplined in using it frequently, by the end of your project, you will have tons of notes about architecture, ideas for improvement, ideas for where to expand, and the beginnings of formal documentation. It will take a little getting used to the workflow with one of these tools, but if you find UML to be too cumbersome, this is probably a valid alternative. – samoz Jun 22 '09 at 11:47
2

UML itself is a specification of a language that is intended to ease communication. It can be used differently, or for different purposes. Martin Fowler suggests some Uml-modes. The main uses are the blueprint the Sketch and the Language mode.

I favor to use the Sketch sice it gives you the freedom to use some diagram or not. Just as you like.

schoetbi
  • 12,009
  • 10
  • 54
  • 72
0

I use Backpack from 37signals for many years. You can open free account there. Here is the link http://www.backpackit.com/

Eugene Ryzhikov
  • 17,131
  • 3
  • 38
  • 60