object-oriented-analysis

Is behaviour driven development about design or analysis?

The more I read about BDD and how it is supposed to be improved TDD the more confusing it all seems to me. I've found quotes from expert that say it's about design, but also from other experts that say it's about analysis. The way I currently see it is this: 1) analysis: BDD from wikipedia The result of object-oriented analysis ...

Software Design Website(s)

What websites (not books) document designs (UML or otherwise) for software applications? Building architects have many resources available for inspiration and construction. I do not seek resources on constructing software (such as Meyer's Object-Oriented Software Construction), but rather examples of designs for software components or c...