Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Software Architecture, Process and Management (In the Real World)

Software Architecture, Process and Management (In the Real World)

How software architecture, process and management plays out in the real world with some best practices and things to avoid.
Presented as a guest lecture at The University of Edinburgh's Software Architecture, Process and Management course in 2014.

Mike McQuaid

March 20, 2014
Tweet

More Decks by Mike McQuaid

Other Decks in Programming

Transcript

  1. /** * @param xyz The xyz to set. */ public

    void setXyz(String xyz) { this.xyz = xyz; }