vote up 15 vote down star
17

I've never been happy with anything I've ever found. But not having good UML, or at a minimum some clear class diagrams, makes it difficult to move forward with design on a team. Especially if you're a team deeply engrained in Agile concepts wrapped in Scrum.

UML Tools? Visio? Visual Studio? Other?

flag

63% accept rate

23 Answers

vote up 11 vote down check

There are many parts to a conceptual design. Depending on which part you focus on a variety of tools are out there.

As with most computer things, Capturing it is easy, filing it away so you can find it later is critical. You won't use all of these tools 100% of the time, but they all need to flow to one central spot.

For me that is Fogbugz because it's simple, works, has a wiki and forum built in and I can do some basic workflow management.

Building a system that files things at the point of capture without having to process it many times (create it, then process it, and then file it so you can find it later) will save you a ton of time.

CREATE:

  • Tabloid size graphing paper (never run out of space)

  • Balsamiq Mockups with xwiki (keep your mockups evolving and tracked easily in the wiki with each revision)

  • OmniGraffle / Visio (Flowcharts, graphs, etc)

  • Whiteboard. I have one big whiteboard right now. I'm getting ready to purchase the superb WallTalker product. It doubles as a projector screen, can come pre-printed with a grid on it like graphing paper, about $27/linear foot for a 60" roll. $300 for 13' feet of writing space!

CAPTURE:

  • Fogbugz for tracking as much as I can. The key part is being able to email myself anything and everything. Free hosted editions for 2 users online. Integrates directly with svn, etc.

  • Phone camera for whiteboard I use my cell phone and send it straight as an email into fogbugz, making sure to put some notes in the subject and email of what' its' about so I can find or link it together later. I know regular cameras take better photos, but do we really sync our cameras more, or our phones? I've had good success with an iPhone and my current HTC.

  • Skitch - Excellent for taking a screenshot and doodling on it. Can be done with images, screen renders, etc. Especially helpful when sending clients a screen to point out certain things. A comparable windows product would be Snag-It, etc.

  • Email everything - email yourself everything to Fogbugz. From your phone, from your software, from your servers, from your friends with ideas.

  • Fax - get a fax to email setup and send all faxes to fogbugz. Aren't near a scanner, fax it to yourself, throw away the paper. You'll find it later if you really need it, and if not, you aren't letting paper distract you. When someone wants to send you paper, if there's no pdf, voila.

ARCHIVING:

  • Neatreceipts scanner - scan to pdf and send to Fogbugz. Throw away the paper. How much old design drafts do you have that you don't want to throw away but seem to pile up? Both Mac and PC version exists.
link|flag
+1 Very thorough! – Lucas B Jun 4 at 20:39
Yep, thorough indeed. Though, if you would, please come back and edit your post to include appropriate links for future reference. Thanx man! – Boydski Jun 5 at 14:44
Links added. Glad it was of use! :) – Jas Panesar Jun 5 at 15:04
vote up 23 vote down

Balsamiq Mockups.

Here's an example:

Wiki Example Mockup

There is a UML Diagramming tool available called Mock4U. It enables UML with Balsamiq Mockups.

link|flag
1  
Man, I LOVE Balsamiq! I'm actually in the middle of writing up a review for it on my blog. I've never looked at its potential for class diagrams though, only UI design. But I'll take a closer look. +1! (I'd give you +10 if I could. This app towtally rawks!) – Boydski Jun 4 at 19:28
It would be fantastic if Balsamiq Mockups had UML support – Jeffrey Hines Jun 4 at 19:31
@Jeffrey Hines - Yea; but you can 'fake it' easily enough. The author asked for 'conceptual design' and this is as conceptual as it gets. – George Stocker Jun 4 at 19:55
2  
There is great danger in things like Balsamiq. Non-technical people see sorta-working mockups and then wonder why producing the real program takes so long. We used to refer to this as the "Powerpoint Compiler" effect, because of all the managers who would see a Powerpoint demo on Friday and expect a working program by Monday. – MusiGenesis Jun 4 at 20:19
1  
+1 I'm a huge fan of this one. It's part of my daily life now. – Brian MacKay Jun 4 at 21:30
show 3 more comments
vote up 10 vote down

Whiteboards and digital cameras.

If we need something more maintainable, I like SmartDraw. It's a easier to user (and prettier) then Visio.

link|flag
5  
You're doing it wrong. There has to a wooden table and a scanner or a fax machine somewhere in there too. – TheTXI Jun 4 at 19:20
2  
+1. For me, a diagram only has to stick around until the code is in place (at least a skeleton). Thereafter the code IS your diagram. Why spend countless hours modeling in UML? – Jon B Jun 4 at 19:21
I really like the speed & flexibility of whiteboards and a digital camera (camera phone) very much! – Arnaud Gouder Jun 4 at 19:21
Jon B: Because you'll fail the class. Wait, you mean we're not in school anymore? – TheTXI Jun 4 at 19:22
2  
+1 - Big white board right behind me. First time boss saw it he asked who had the beautiful mind moment. – ocdecio Jun 4 at 19:22
show 4 more comments
vote up 10 vote down

Pen(cil) and paper

link|flag
So much for the paperless office. I just heard a tree fall in the forest somewhere. – MusiGenesis Jun 4 at 20:21
It could be recycled paper, or discarded printouts. :-) – phsr Jun 5 at 0:17
Trees are a renewable resource. – Brian Ensink Jun 9 at 14:36
vote up 6 vote down

My brain.

This makes sense, since my coworkers tell me I'm one of the biggest tools ever.

link|flag
2  
ROTFLMBO!!! +1! I'd love to work with you sir! – Boydski Jun 5 at 13:33
this is another case where a "fun badge" on SO, would make sense! – none Jun 5 at 13:48
vote up 4 vote down

Personally, I really like using Microsoft Visio and the following UML 2.2 template (http://softwarestencils.com/uml/index.html)

This gives me the freedom to draw whatever I want, where I can decide myself if I really want to follow full UML syntax, or have a bit more freedom if that makes a model easier to understand.

link|flag
vote up 4 vote down

On Mac OS you've got Ommnigraffle. Sweet.

link|flag
vote up 4 vote down

I'm using Enterprise Architect by Sparx Systems at work. It works fairly well for UML modeling and can round trip to stay in sync with the code/generate the code. It also will let you generate documents (RTF), but I haven't played with that very much.

Something that I like about it over Visio is that in Visio it was just a drawing. In EA you have an object that you define the relationships to/from, that object may appear in multiple diagrams.

However my one complaint is that the software updates lag behind the code language changes, for example it's only in the last month or two that C# 3 has been supported, which caused problems when reverse/forward engineering with C# 3 code.

link|flag
Enterprise Architect is bad once your project gets sufficiently large. It is always slow for us, even after compacting and all their suggested best practices... – Lucas B Jun 4 at 20:41
Performance is environment-dependent. And, which edition are you using? Enterprise? And which repository? Simultaneous access? – John Saunders Jun 5 at 13:29
vote up 3 vote down

I like Visio, but Dia will do in a pinch. Typically, I put together high-level architecture diagrams and then class diagrams, have them peer reviewed, and then use them as a reference while I implement from the bottom up using TDD. I find that this tends to result in loosely coupled code and systems, and pretty good adherence to the YAGNI principle.

link|flag
vote up 3 vote down

Plenty of alcohol and coffee ;)

link|flag
1  
...that would be Irish coffee! – none Jun 4 at 19:31
vote up 3 vote down

The universal tool: pen & napkins (with coffee strains, of course).

link|flag
vote up 2 vote down

UModel by Altova Software is my UML modeling tool of choice. Other people will still use Visio just for the availability and familiarity. Another big and popular tool which will probably do more than most people ever really need is Rational Rose.

link|flag
vote up 2 vote down

Check Balsamiq Mockups and the myriad of cloners. Great help at least for the UI designing part.

And of course, check paper prototyping! (seriously)

http://www.paperprototyping.com/

link|flag
vote up 2 vote down

Microsoft Visio (UML) & Balsamiq Mockups for UI Wireframes.

link|flag
vote up 2 vote down

Pencil&Paper, or Delphi (RAD)

link|flag
vote up 2 vote down

For web projects, denim is quite useful and works on Windows, Linux and MacOS:

DENIM is a system that helps web site designers in the early stages of design. DENIM supports sketching input, allows design at different refinement levels, and unifies the levels through zooming.

denim screenshot another screenshot

For a tutorial, check out this.

link|flag
It looks horrible. – Elmo Gallen Jun 5 at 14:50
vote up 1 vote down

white board, paper, smartboard, visio

link|flag
vote up 1 vote down

I use BOUML. It's opensource, round-trip (sort-of), and can do multiple languages including C++, Java, PHP, and Python. It's also very fast and robust. I use it under both Windows and Linux.

link|flag
vote up 1 vote down

I'm a little suprised that noone has mentioned StarUML when it comes to UML modelling. I thought it was THE open source UML modelling tool (on Windows at least) :-). As far as I'm concerned, it rather complete.

link|flag
vote up 1 vote down

I like JUDE Its very easy to use and have a lot of capabilities.

link|flag
vote up 1 vote down

I find a combination of Balsamiq mockups for user interface design and A3 paper for business logic and database design works for me.
Using a pencil and eraser means you can just edit your mistakes as you go along.
If it's been a while since you used UML it might also be a good idea to do a refresher.

link|flag
vote up 1 vote down

The pencil add-on for Firefox is pretty good for simple diagrams and GUI sketches.

And if you don't like it as a FF add-on, you can download a standalone version for Linux or windows.

link|flag
vote up 0 vote down

Personally I use PowerDesigner, a really decent and intuitive UML diagramming tool.

One of the features I like the most is the ability to define a class in only one place and reference it in diagrams in another packages and even other kind of diagrams, like sequence diagrams. One change in the class (for example a method renamed) and all diagrams that use that class get automatically updated.

All objects and associations are fully customizable in case I need to do something "out of UML".

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.