Live data from Hacker News

Ask HN: Is UML modeling before developing software relevant any more?

news.ycombinator.com

1–5 of 5 posts

Ask HN: Is UML modeling before developing software relevant any more?

#1
I am web developer outside of school, and an MIS major in college. One of the main focuses on my major is software analysis and design, were they teach non programmers how to draw UML diagrams to create software.

This methodology seems slow and bulky. Any developers out there able to give some more insight into how widespread diagramming before coding is?

Re: Ask HN: Is UML modeling before developing software relevant any more?

#3
Learn it. Although translating UML into code is mostly a dream from the 90's, it's useful to communicate with other developers at a whiteboard with less ambiguous semantics, as opposed to just scribbling boxes away. The class and sequence diagrams are specially useful.