<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Coding the Architecture - formalising tag</title>
  <link>http://www.codingthearchitecture.com/tags/formalising/</link>
  <description>Software architecture for developers</description>
  <language>en</language>
  <copyright>Coding the Architecture</copyright>
  <lastBuildDate>Wed, 16 May 2012 08:01:04 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Re-evaluating software architecture</title>
    <link>http://www.codingthearchitecture.com/2008/12/08/re_evaluating_software_architecture.html</link>
    
      
        <description>
          &lt;p&gt;
Somebody asked a question at &lt;a href=&#034;http://www.simonbrown.je/blog/2008/11/26/download_the_slides_from_my_bcs_jersey_presentation.html&#034;&gt;my recent BCS session&lt;/a&gt; that got me thinking about software architecture and whether we need it.
&lt;/p&gt;

&lt;blockquote&gt;Why do we need this new software architecture stuff? We&#039;ve managed fine until now and projects *have* been successful.
&lt;/blockquote&gt;

&lt;p&gt;
Some of this has been &lt;a href=&#034;http://www.codingthearchitecture.com/2008/11/24/net_systems_need_software_architecture_too.html&#034;&gt;talked about recently&lt;/a&gt;, but of course it *is* possible to have successful software projects without architecture. Not every system needs a heavy dose of architectural input; particularly when you have small systems, simple requirements, luck or naivety on your side. ;-)
&lt;/p&gt;

&lt;h3&gt;Do we really need software architecture?&lt;/h3&gt;
&lt;p&gt;
But just because a team has never undertaken any software architecture doesn&#039;t mean that they&#039;ll never need to. It&#039;s definitely worth questioning the purpose of software architecture, particularly in our financially challenged world with IT sponsors wanting more for their money. Myself and the others on the site talk a lot about our experiences of software development from an architectural perspective, but these are just *our* experiences. Many of the processes, techniques and advice works well for us, but it&#039;s always worth asking yourself whether it will work for you too. What value will it bring? How will it make your project team more effective? How will it make the project more successful?
&lt;/p&gt;

&lt;p&gt;
Questions like the one I was asked at my BCS session always force me to stand back in order to understand another point of view. Sometimes, a lot of what I write about seems common sense to me, which again makes me stand back and make sure that I&#039;m not overstating the obvious. But everybody is different, and one person&#039;s common sense can be another&#039;s revelation, and vice versa. Sometimes I often question whether I should just get on with coding up the system and to stop worrying about all these other things. But then something happens that puts everything back into perspective again.
&lt;/p&gt;

&lt;p&gt;
One of the projects that I&#039;ve done some work on recently does have an architecture that has been explicitly defined and it&#039;s in pretty good shape. It has separate tiers with their own responsibilities, some architectural principles are in place to ensure consistency and the team have taken a good approach to quality through a comprehensive set of automated tests. The problem is this ... none of it has been formalised or shared effectively. 
&lt;/p&gt;

&lt;h3&gt;Is the code the architecture?&lt;/h3&gt;
&lt;p&gt;
Many agile proponents will say that the code is the best documentation you can have, because it&#039;s always up to date and represents reality. I often joke about the code being the architecture, but architecture actually sits at a higher level of abstraction than the code. To put this into context, I can look at a block of code and understand what it does, but I have to look across *many* similar blocks of code to understand the underlying architectural principles behind it all.
&lt;/p&gt;

&lt;h3&gt;Architecture introduces structure and guidelines&lt;/h3&gt;
&lt;p&gt;
In my talks and training about software architecture, I say that architecture is about introducing structure and guidelines to a software project,
and I&#039;ve come to realise just how true this is. Without formalising these good ideas, a codebase with some otherwise great ideas can appear inconsistent, with the overall system lacking coherence and clarity. While this lack of consistency can make it harder for the project team to deliver a high quality system, it makes it really hard for members that are new to the team. Without formalising all of this good work and explicit architectural thinking, it&#039;s difficult for new team members to understand what&#039;s going on, how the system works and what&#039;s expected of them (i.e. &lt;a href=&#034;http://www.codingthearchitecture.com/2008/10/28/becoming_more_architecturally_aware_part_2.html&#034;&gt;writing architecturally compliant code&lt;/a&gt;). In the worst case scenario, this can introduce a whole host of problems around areas such as performance, scalability, security, etc.
&lt;/p&gt;

&lt;p&gt;
The answer is easy ... just stick a stake in the ground, formalise your decisions, strive for consistency and &lt;a href=&#034;http://www.codingthearchitecture.com/2008/06/11/slides_from_our_software_architect_2008_sessions.html&#034;&gt;share the architecture&lt;/a&gt;. The benefits from software architecture are worth the effort, and even a little architecture can go a long way.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>What is software architecture?</category>
    
    <comments>http://www.codingthearchitecture.com/2008/12/08/re_evaluating_software_architecture.html#comments</comments>
    <guid isPermaLink="true">http://www.codingthearchitecture.com/2008/12/08/re_evaluating_software_architecture.html</guid>
    <pubDate>Mon, 08 Dec 2008 20:53:27 GMT</pubDate>
  </item>
  
  </channel>
</rss>

