36
votes
28answers
8k views
What’s the best UML diagramming tool?
I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, but I'd still take more power with a steeper learning curve and be happy. Free (as in beer) …
23
votes
27answers
2k views
Is UML practical?
In college I've had numerous design and UML oriented courses, and I recognize that UML can be used to benefit a software project, especially use-case mapping, but is it really practical? I've done a …
12
votes
20answers
2k views
Diagramming Software for a Developer/Designer
For a long time I've been looking for a good diagramming/vector-based drawing program that meets my needs as a developer. I'd like to:
Draw database diagrams
Draw flow charts
Draw object-modeling …
10
votes
6answers
576 views
What tools/diagrams do you use for modelling multithreaded systems?
I'm sitting there every time I model my systems, thinking, there must be a better way to model concurrency than using UML activity diagrams.
Please share your thoughts. What's your favourite tool or …
9
votes
13answers
2k views
What tools do you use to make architecture diagrams?
I'm looking for a good tool (hopefully free) for building high-level architecture diagrams. Boxes, arrows, images for databases/servers, everything I need to explain our architecture to guys who carry …
9
votes
6answers
9k views
Recommended Eclipse plugins to generate UML from Java code
Are there eclipse plugins that you can recommend for generating diagrams (UML, sequence) from Java code?
9
votes
7answers
4k views
Database Schema Diagram Design Tool
Does anyone know of a good tool to quickly and easily create a diagram for a database schema? I don't need it to generate SQL to create the schema, I just want to diagram it.
My current process …
8
votes
6answers
1k views
svg diagrams using python
I am looking for a library to generate svg diagrams in python (I fetch data from a sql database). I have found python-gd, but it has not much documentation and last update was in 2005 so I wonder if …
8
votes
12answers
714 views
Application for sketching ideas on a computer
I've always wanted to sketch all ideas I come up with in the computer instead of on paper, but everyone knows that sketching with good 'ol fashioned pen and paper beats the crap out of trying to do it …
7
votes
5answers
388 views
Pretty git branch graphs
I've seen some books and articles have some really pretty looking graphs of git branches and commits. Is there any tool that can make high-quality printable images of git history?
7
votes
2answers
203 views
Proper way to document or diagram custom event models in the DOM
Imagine you have a bunch of components and subcomponents in your web application. You want to keep track of how all the custom events you added behave. Are there established ways to diagram or …
7
votes
3answers
1k views
Good tool for drawing SCM code branch diagrams
Does anyone know a good tool for drawing SCM codeline diagrams? Currently we tend to do this using anything at hand e.g. PowerPoint, Visio, Paint Shop Pro, etc. It's a pity Visio doesn't include a …
6
votes
10answers
2k views
Good tool to generate dependency diagram?
Any good tool to generate dependency diagram?
Input: any simple format (not always source code) to describe dependency relation of several items. E.g. A depends on B, C; C depends on D, E ...
…
5
votes
3answers
75 views
How do I start doing diagram development in c#
I'd like to try to create a diagram making tool (something like entity-relation diagram you can create in SQL Server 2005, or class diagrams you can do in Microsoft Visual Studio)
Ie. I'd like to …
5
votes
16answers
324 views
What do you use to make programming flowcharts, diagrams, etc?
I've always just used OpenOffice Draw and it just occurred to me that there has to be something better out there.
So what do you use? Do you like it?
Bonus points for free things and for web apps. …
