Click here to Skip to main content
15,885,985 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: The balance between architecture and code Pin
David O'Neil27-Apr-21 9:28
professionalDavid O'Neil27-Apr-21 9:28 
GeneralRe: The balance between architecture and code Pin
raddevus27-Apr-21 9:56
mvaraddevus27-Apr-21 9:56 
GeneralRe: The balance between architecture and code Pin
Marc Clifton28-Apr-21 2:51
mvaMarc Clifton28-Apr-21 2:51 
GeneralRe: The balance between architecture and code Pin
honey the codewitch27-Apr-21 11:11
mvahoney the codewitch27-Apr-21 11:11 
GeneralRe: The balance between architecture and code Pin
MSBassSinger27-Apr-21 11:32
professionalMSBassSinger27-Apr-21 11:32 
GeneralRe: The balance between architecture and code Pin
honey the codewitch27-Apr-21 12:18
mvahoney the codewitch27-Apr-21 12:18 
GeneralRe: The balance between architecture and code Pin
Mycroft Holmes27-Apr-21 12:20
professionalMycroft Holmes27-Apr-21 12:20 
GeneralRe: The balance between architecture and code Pin
rob tillaart27-Apr-21 21:42
rob tillaart27-Apr-21 21:42 
Architecture and code are for me on the same side of the balance, together with testing.
On the other side are the requirements, including user stories and business case.

The balance is in short: WHAT ---- HOW

With ATAM (Architecture Tradeoff Analysis Method) one verifies this balance in different ways,
- Does the architecture fulfill all the requirements?
- Does the architecture have more/less than needed? Why?

- Do the requirements define all (non) functional details needed for the architecture?
- Are there missing requirements that can be derived from the architecture?
(e.g. the ones so obvious that they are not mentioned)


With respect to the architecture, (imho) if a programmer can code it, and a test engineer can create a test specification and the requirement engineer can track the requirements, one may stop specifying the architecture. Yes, iterations will follow to improve readability and maintainability.

If the test specification cannot be derived (or seems odd etc), the architecture is probably missing something, often indicating you need to get back to the requirements / stakeholders.

So there is also an important balance in the HOW part between the architecture and the test specification, that may trigger an unbalance in the HOW - WHAT balance.

ATAM Architecture tradeoff analysis method - Wikipedia[^]
GeneralRe: The balance between architecture and code Pin
Fabio Franco27-Apr-21 22:56
professionalFabio Franco27-Apr-21 22:56 
GeneralRe: The balance between architecture and code Pin
KateAshman27-Apr-21 23:45
KateAshman27-Apr-21 23:45 
GeneralRe: The balance between architecture and code Pin
GuyThiebaut27-Apr-21 23:50
professionalGuyThiebaut27-Apr-21 23:50 
GeneralRe: The balance between architecture and code Pin
Dan Sutton28-Apr-21 5:27
Dan Sutton28-Apr-21 5:27 
GeneralThought of the Day Pin
OriginalGriff27-Apr-21 4:53
mveOriginalGriff27-Apr-21 4:53 
GeneralRe: Thought of the Day Pin
jeron127-Apr-21 5:02
jeron127-Apr-21 5:02 
GeneralRe: Thought of the Day Pin
megaadam27-Apr-21 7:16
professionalmegaadam27-Apr-21 7:16 
GeneralRe: Thought of the Day Pin
W Balboos, GHB27-Apr-21 8:01
W Balboos, GHB27-Apr-21 8:01 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer27-Apr-21 9:44
professionalDaniel Pfeffer27-Apr-21 9:44 
GeneralRe: Thought of the Day Pin
DRHuff27-Apr-21 12:42
DRHuff27-Apr-21 12:42 
QuestionCovid Question of the Moment Pin
megaadam27-Apr-21 4:10
professionalmegaadam27-Apr-21 4:10 
AnswerRe: Covid Question of the Moment Pin
W Balboos, GHB27-Apr-21 4:13
W Balboos, GHB27-Apr-21 4:13 
JokeRe: Covid Question of the Moment Pin
Daniel Pfeffer27-Apr-21 4:16
professionalDaniel Pfeffer27-Apr-21 4:16 
GeneralRe: Covid Question of the Moment Pin
W Balboos, GHB27-Apr-21 4:49
W Balboos, GHB27-Apr-21 4:49 
GeneralRe: Covid Question of the Moment Pin
Daniel Pfeffer27-Apr-21 7:39
professionalDaniel Pfeffer27-Apr-21 7:39 
GeneralRe: Covid Question of the Moment Pin
Jörgen Andersson27-Apr-21 12:02
professionalJörgen Andersson27-Apr-21 12:02 
AnswerRe: Covid Question of the Moment Pin
RickZeeland27-Apr-21 4:17
mveRickZeeland27-Apr-21 4:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.