Are UML class diagrams adequated to design javascript systems?
Posted
by
Vandell
on Programmers
See other posts from Programmers
or by Vandell
Published on 2012-09-15T01:06:53Z
Indexed on
2012/09/15
3:47 UTC
Read the original article
Hit count: 270
Given that UML is oriented towards a more classic approach to object orientation, is it still usable in a reliable way to design javascript systems?
One specific problem that I can see is that class diagrams are, in fact, a structural view of the system, and javascript is more behaviour driven, how can you deal with it?
Please, keep in mind that I'm not talking abot the real world domain here, It's a model for the solution that I'm trying to achieve.
© Programmers or respective owner