You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 14I read a comment here somewhere that said architecture is a team sport. If you're handing over from the architects to the development team, you're probably doing it wrong.Ant– Ant2011-12-07 09:16:36 +00:00Commented Dec 7, 2011 at 9:16
- @Ant, I agree in principal. A complete handover and then walking away is definitely doing it wrong. Handing a design over, and then working with developers to refine the design and guide the process, while leaving the details to the developers, and staying with a project to the end is doing it better. This is why you'll never truly see a successful software project where a design team was contracted in and then asked to leave once the specification documents were "completed".S.Robins– S.Robins2011-12-07 14:57:25 +00:00Commented Dec 7, 2011 at 14:57
- 1At one place I worked, handover was essentially accomplished by providing Development with a mostly implemented prototype that generally worked and would under no circumstances scale. However, you said you wanted to improve your process, not make it worse.David Thornley– David Thornley2011-12-07 19:20:54 +00:00Commented Dec 7, 2011 at 19:20
- 2@DavidThornley I was at a company that had an architecture group that did that. They would sit around and stroke their gray beards, postulating ridiculous ideas that are full of holes and logical dead-ends. They would then whip up a poorly implemented prototype that only vaguely demonstrates their mental masturbation. It would then get handed off to a development team so they could "implement" it, but the development team would quickly realize that the idea ignored several mostly insurmountable problems, causing the project to fail. Architects took no responsibility for failures of course.maple_shaft– maple_shaft ♦2011-12-07 20:26:49 +00:00Commented Dec 7, 2011 at 20:26
- In large shops (and according to TOGAF standards) there are several distinct architecture disciplines: Enterprise, Security, Infrastructure, Solution etc. etc. Using the term Architect or architecture on its own is meaningless. The question appears to be about "Solution Architecture" and the answer is that the Solution Architect should be an integral member of the development team.James Anderson– James Anderson2011-12-08 01:51:56 +00:00Commented Dec 8, 2011 at 1:51
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you