Comment Re:Any Good UML Experiences? (Score 1) 219
We did, I think, it was a medium OO project which used UML at the top design level only with a fairly direct implementation in the code
The lower levels of the code were self contained
This kept the interactions amongst modules clear and well documented. We changed the UML first then the code