<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Podcast #44</title>
	<atom:link href="http://blog.stackoverflow.com/2009/03/podcast-44/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2009/03/podcast-44/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:29:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob Lloyd</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-19076</link>
		<dc:creator>Rob Lloyd</dc:creator>
		<pubDate>Wed, 08 Apr 2009 20:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-19076</guid>
		<description>We have architects in the company I work for, which happens to be an investment bank as mentioned on the podcast. These guys are responsible for being the layer in between the direction the bank is going in, such as what we will be trading etc. and the actually systems. So it&#039;s less uml and software design and more platforms and how the platforms interact. I think the number of systems within companies like this and the amount these can change means that architects can save a large amount of money and time. So are often experienced programmers with a large amount of responsibility.</description>
		<content:encoded><![CDATA[<p>We have architects in the company I work for, which happens to be an investment bank as mentioned on the podcast. These guys are responsible for being the layer in between the direction the bank is going in, such as what we will be trading etc. and the actually systems. So it&#8217;s less uml and software design and more platforms and how the platforms interact. I think the number of systems within companies like this and the amount these can change means that architects can save a large amount of money and time. So are often experienced programmers with a large amount of responsibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo Saikkonen</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-17279</link>
		<dc:creator>Timo Saikkonen</dc:creator>
		<pubDate>Fri, 20 Mar 2009 13:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-17279</guid>
		<description>Ditching software architects is a pretty idea and probably works well in the Fog Creek dreamworld.

However, there&#039;s a whole reality out here where coders usually don&#039;t know what the klonk they are doing. Thus, architects are needed to make decisions about the overall structure and conventions of things.

The title in itself could just as well be senior software developer but time and time again I&#039;ve witnessed that seniority in experience doesn&#039;t mean a whole lot when it comes to producing good software architecture.

Sure, architects (in my limited perspective) write code just like the rest of the developers, but the also carry the responsibility of creating clean and maintainable systems.

Otherwise, keep on the good work guys. The podcast is interesting and nicely produced and Joel&#039;s writings have been a big influence.

ps. recaptcha sucks.</description>
		<content:encoded><![CDATA[<p>Ditching software architects is a pretty idea and probably works well in the Fog Creek dreamworld.</p>
<p>However, there&#8217;s a whole reality out here where coders usually don&#8217;t know what the klonk they are doing. Thus, architects are needed to make decisions about the overall structure and conventions of things.</p>
<p>The title in itself could just as well be senior software developer but time and time again I&#8217;ve witnessed that seniority in experience doesn&#8217;t mean a whole lot when it comes to producing good software architecture.</p>
<p>Sure, architects (in my limited perspective) write code just like the rest of the developers, but the also carry the responsibility of creating clean and maintainable systems.</p>
<p>Otherwise, keep on the good work guys. The podcast is interesting and nicely produced and Joel&#8217;s writings have been a big influence.</p>
<p>ps. recaptcha sucks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Karwin</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-16921</link>
		<dc:creator>Bill Karwin</dc:creator>
		<pubDate>Sun, 15 Mar 2009 05:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-16921</guid>
		<description>A Software Developer is responsible for implementing code to meet a functional specification.

Whereas a Software Architect is responsible for writing the functional specification.  That includes interpreting the customer requirements and translating it into a software design.  A pure Program Manager may not have the technical background to do that.

That&#039;s the difference of the roles, at least to me.  Depending on the organization, the same person could be coding, writing a spec, and leading the project.

I agree that an architect who has *no* coding duties is a recipe for disaster.

One way to exorcise a bad architect from a project is to present him or her with some real hands-on work, like debugging, or performance optimization, or writing JavaScript to detect the browser version.  They&#039;ll be very quick to come up with a reason they need to move on to another project, I guarantee it!</description>
		<content:encoded><![CDATA[<p>A Software Developer is responsible for implementing code to meet a functional specification.</p>
<p>Whereas a Software Architect is responsible for writing the functional specification.  That includes interpreting the customer requirements and translating it into a software design.  A pure Program Manager may not have the technical background to do that.</p>
<p>That&#8217;s the difference of the roles, at least to me.  Depending on the organization, the same person could be coding, writing a spec, and leading the project.</p>
<p>I agree that an architect who has *no* coding duties is a recipe for disaster.</p>
<p>One way to exorcise a bad architect from a project is to present him or her with some real hands-on work, like debugging, or performance optimization, or writing JavaScript to detect the browser version.  They&#8217;ll be very quick to come up with a reason they need to move on to another project, I guarantee it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wds</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-16897</link>
		<dc:creator>wds</dc:creator>
		<pubDate>Sat, 14 Mar 2009 16:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-16897</guid>
		<description>A software architect&#039;s job does not make sense in small companies where ten people are trying to implement something. However, there are these big companies with big projects where there&#039;s several implementation teams, several clients and several companies involved. A software architect&#039;s job in such a company is to guide the entire process of eliciting requirements, building a high level overview of what the system will look like, deciding on a release schedule, a maintenance schedule etc. That sounds a bit like a program manager I think, but he serves as a peer of other managers, i.e. none of the managers involved in marketing, testing, development or human resources can pull rank on him.

There&#039;s more to it probably, but once you figure out that you&#039;re gonna, say, deploy your app on a certain type of hardware with a certain type of layout and some basic input/output scenario&#039;s, the rest of the work really goes to development and checking whether everything is keeping on target with the actual requirements. The last thing a software architect should do is tell you how to layout your classes, he should just tell you &quot;these are the modules we need, here&#039;s how they&#039;ll interact, design and implement this&quot;.

That&#039;s to the best of my recollection what I&#039;ve been told a software architect is (and does). A lot of that probably originates with the software engineering institute at CarnegieMellon. It just sounds like me Jeff and Joel have seen the term in entirely different situations than I&#039;m thinking of. I don&#039;t know if SAs are useful, but I guess in some situations it might make sense.</description>
		<content:encoded><![CDATA[<p>A software architect&#8217;s job does not make sense in small companies where ten people are trying to implement something. However, there are these big companies with big projects where there&#8217;s several implementation teams, several clients and several companies involved. A software architect&#8217;s job in such a company is to guide the entire process of eliciting requirements, building a high level overview of what the system will look like, deciding on a release schedule, a maintenance schedule etc. That sounds a bit like a program manager I think, but he serves as a peer of other managers, i.e. none of the managers involved in marketing, testing, development or human resources can pull rank on him.</p>
<p>There&#8217;s more to it probably, but once you figure out that you&#8217;re gonna, say, deploy your app on a certain type of hardware with a certain type of layout and some basic input/output scenario&#8217;s, the rest of the work really goes to development and checking whether everything is keeping on target with the actual requirements. The last thing a software architect should do is tell you how to layout your classes, he should just tell you &#8220;these are the modules we need, here&#8217;s how they&#8217;ll interact, design and implement this&#8221;.</p>
<p>That&#8217;s to the best of my recollection what I&#8217;ve been told a software architect is (and does). A lot of that probably originates with the software engineering institute at CarnegieMellon. It just sounds like me Jeff and Joel have seen the term in entirely different situations than I&#8217;m thinking of. I don&#8217;t know if SAs are useful, but I guess in some situations it might make sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Barry</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-16888</link>
		<dc:creator>Paul Barry</dc:creator>
		<pubDate>Sat, 14 Mar 2009 13:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-16888</guid>
		<description>@Donal

&quot;This feature of JavaScript is known as ‘Semicolon Insertion’ and seems is regarded my many (e.g. Douglas Crockford) as one of the worst features of JavaScript&quot;

I think that case is extremely rare and I&#039;m not sure it applies in all languages with semi-colon-optional syntax.  For example, read any introductory tutorial on Scala, and it will tout this as an advantage over Java:

http://www.codecommit.com/blog/scala/scala-for-java-refugees-part-1

&quot;It looks the spitting image of Java, except with half the useless constructs thrown out.  No semi-colons, ...&quot;

http://www.artima.com/scalazine/articles/steps.html

&quot;And although you haven&#039;t seen many of them, Scala does use semi-colons to separate statements as in Java, except that in Scala the semi-colons are very often optional, giving some welcome relief to your right pinky finger.&quot;

I agree.  Semi-colons are simply a token that a lazy language design makes you put everywhere because they don&#039;t want to write a complex parser that can figure out where statements should terminate.  I think the ambiguity in this example you gave in JavaScript is extremely rare. I&#039;ve never had that kind of bug in Ruby or JavaScript, which are the two languages that I program in most that do not burden the developer with unnecessary semi-colons.</description>
		<content:encoded><![CDATA[<p>@Donal</p>
<p>&#8220;This feature of JavaScript is known as ‘Semicolon Insertion’ and seems is regarded my many (e.g. Douglas Crockford) as one of the worst features of JavaScript&#8221;</p>
<p>I think that case is extremely rare and I&#8217;m not sure it applies in all languages with semi-colon-optional syntax.  For example, read any introductory tutorial on Scala, and it will tout this as an advantage over Java:</p>
<p><a href="http://www.codecommit.com/blog/scala/scala-for-java-refugees-part-1" rel="nofollow">http://www.codecommit.com/blog/scala/scala-for-java-refugees-part-1</a></p>
<p>&#8220;It looks the spitting image of Java, except with half the useless constructs thrown out.  No semi-colons, &#8230;&#8221;</p>
<p><a href="http://www.artima.com/scalazine/articles/steps.html" rel="nofollow">http://www.artima.com/scalazine/articles/steps.html</a></p>
<p>&#8220;And although you haven&#8217;t seen many of them, Scala does use semi-colons to separate statements as in Java, except that in Scala the semi-colons are very often optional, giving some welcome relief to your right pinky finger.&#8221;</p>
<p>I agree.  Semi-colons are simply a token that a lazy language design makes you put everywhere because they don&#8217;t want to write a complex parser that can figure out where statements should terminate.  I think the ambiguity in this example you gave in JavaScript is extremely rare. I&#8217;ve never had that kind of bug in Ruby or JavaScript, which are the two languages that I program in most that do not burden the developer with unnecessary semi-colons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-16701</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 11 Mar 2009 22:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-16701</guid>
		<description>Yeah, I&#039;m just getting into Scala and absolutely love it.  Functional programming in a dynamic language with static typing, type inference, multiple inheritance, runs on the JVM, fully interoperable with existing Java (Scala objects can use Java libraries/frameworks and be used by other Java classes).

It&#039;s the bee&#039;s knees.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;m just getting into Scala and absolutely love it.  Functional programming in a dynamic language with static typing, type inference, multiple inheritance, runs on the JVM, fully interoperable with existing Java (Scala objects can use Java libraries/frameworks and be used by other Java classes).</p>
<p>It&#8217;s the bee&#8217;s knees.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Hofstetter</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-16651</link>
		<dc:creator>Philip Hofstetter</dc:creator>
		<pubDate>Wed, 11 Mar 2009 07:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-16651</guid>
		<description>This is a repost of a private mail I&#039;ve sent directly to Jeff (mainly becauce I didn&#039;t know about these show notes. Itunes subscriber since episode 1).

Jeff requested, I repost it here:

In your last episode 44, you talked about HTTP/1.0, proxies and
compression and I noticed a few factual errors, I&#039;d like to talk
about.

First, you asked why proxies still use HTTP/1.0. The answer to that is
basically our all-time favorite browser: IE6 (and probably 7 too):
Somewhere in the advanced settings you&#039;ll find the option &quot;HTTP 1.1
Settings&quot; with the checkbox &quot;Use HTTP 1.1 through proxy connections&quot;
which, unfortunately, defaults to off and nobody ever goes there to
change it - at least not someone STILL using IE6.

This means that even the most up to date Proxy Server will be forced
to use HTTP/1.0 when talking to a site as the client actually
requested HTTP/1.0.

Your next point of discussion was about the changes between HTTP 1.0
and 1.1. 1.1 was a evolutionary update which formalized many of the
extensions that happened to HTTP 1.0 already and were in white-spread
use back then. One of these was the Host: header which is the way to
host multiple sites per IP address.

But unlike what Joel told you, HTTP/1.1 doesn&#039;t work by specifying the
complete URL in the GET (or POST or any other) request, but by
specifying the Host-Header.

So you would not do

GET http://www.stackoverflow.com/ HTTP/1.1

(which by the way is the way you tell a proxy to request an URL for
you), but you&#039;ll do

GET / HTTP/1.1
Host: www.stackoverflow.com

But as we are using 1.1, this still is no valid request as one other
important thing was added to 1.1: HTTP-KeepAlive - the ability to keep
a connection open for multiple requests. You do that by specifying the
Connection:-Header (the second obligatory header in HTTP/1.1 -
HTTP/1.0 had none):

Connection: close

or

Connection: keep-alive

Compression on the other hand was already defined in HTTP/1.0
(http://www.ietf.org/rfc/rfc1945.txt, sections 2.3 and 3.5).

The real reason why IIS is reluctant to send compressed content to a
proxy server is because of the proxies clients.

You see, a proxy server usually knows nothing about the content of the
page (at least when we are talking about a proxy in its purest sense):
It requests a page for a client, stores it and sends the stored copy
on subsequent requests.

But what would happen if the first client sends the
&quot;Accept-Encoing&quot;-Header and the second one doesn&#039;t?

The proxy would request the compressed page, store it in the cache and
send the compressed copy to the second client which doesn&#039;t support
compression.

In comes another header that&#039;s new in HTTP/1.1: Vary (RFC 2616,
Section 14.44). This allows the server to specify that the content
output is dependent on the setting of any specific request header,
instructing proxies to invalidate a cached copy if another request for
the same URI, but with a different header content arrives.

So the server sends &quot;Vary: accept-encoding&quot; and the proxy knows that
it must store different copies of the same URI when requested with
different content for accept-encoding.

So you see that it&#039;s not the lack of the Accept-Encoding header that
makes it unsafe to use compression over HTTP/1.0, it&#039;s the lack of the
Vary header.

It gets worse though:

Support for the Vary-header is to this day not as wide-spread in proxy
servers as it should be. If there even is support, it&#039;s buggy and
sometimes doesn&#039;t work correctly, which probably is one of the reasons
for IE&#039;s unfortunate default concerning the protocol to use when
talking over a proxy.

As long as this problem exists, you will not be able to force
compressed content out to your clients - unless you can live with some
poor souls on old browsers (but see below - it gets even WORSE) seeing
garbage instead of Stack Overflow.

Old browsers are one thing (every browser since about Netscape 4.06
supported Content-Encoding), but there&#039;s also the matter of these
&quot;Internet Security&quot; products. Some of them are apparently unable to
decompress the response from servers and thus alter (*sigh*) any
outgoing request to not contain the accept-encoding header, thus
degrading even the newest browser to pre Netscape 4.06 level in
matters of compression-support.

I don&#039;t know what wonderful piece of software is responsible for that,
but I had real-life experience with such a case where the software I
develop for my company wasn&#039;t able to properly connect to the server
(using the standard WinInet-API) because I made some assumptions on an
accept-encoding-header going through properly. Temporarily turning off
the locally installed internet security product helped.

In the end, I dealt with the (wrong) assumption, but to this day, that
client cannot send or receive compressed data.

So you see, unfortunately what seems so easy, in reality is quite hard
due to so many external factors.

Don&#039;t we all love network programming?

*sigh*

Philip</description>
		<content:encoded><![CDATA[<p>This is a repost of a private mail I&#8217;ve sent directly to Jeff (mainly becauce I didn&#8217;t know about these show notes. Itunes subscriber since episode 1).</p>
<p>Jeff requested, I repost it here:</p>
<p>In your last episode 44, you talked about HTTP/1.0, proxies and<br />
compression and I noticed a few factual errors, I&#8217;d like to talk<br />
about.</p>
<p>First, you asked why proxies still use HTTP/1.0. The answer to that is<br />
basically our all-time favorite browser: IE6 (and probably 7 too):<br />
Somewhere in the advanced settings you&#8217;ll find the option &#8220;HTTP 1.1<br />
Settings&#8221; with the checkbox &#8220;Use HTTP 1.1 through proxy connections&#8221;<br />
which, unfortunately, defaults to off and nobody ever goes there to<br />
change it &#8211; at least not someone STILL using IE6.</p>
<p>This means that even the most up to date Proxy Server will be forced<br />
to use HTTP/1.0 when talking to a site as the client actually<br />
requested HTTP/1.0.</p>
<p>Your next point of discussion was about the changes between HTTP 1.0<br />
and 1.1. 1.1 was a evolutionary update which formalized many of the<br />
extensions that happened to HTTP 1.0 already and were in white-spread<br />
use back then. One of these was the Host: header which is the way to<br />
host multiple sites per IP address.</p>
<p>But unlike what Joel told you, HTTP/1.1 doesn&#8217;t work by specifying the<br />
complete URL in the GET (or POST or any other) request, but by<br />
specifying the Host-Header.</p>
<p>So you would not do</p>
<p>GET <a href="http://www.stackoverflow.com/" rel="nofollow">http://www.stackoverflow.com/</a> HTTP/1.1</p>
<p>(which by the way is the way you tell a proxy to request an URL for<br />
you), but you&#8217;ll do</p>
<p>GET / HTTP/1.1<br />
Host: <a href="http://www.stackoverflow.com" rel="nofollow">http://www.stackoverflow.com</a></p>
<p>But as we are using 1.1, this still is no valid request as one other<br />
important thing was added to 1.1: HTTP-KeepAlive &#8211; the ability to keep<br />
a connection open for multiple requests. You do that by specifying the<br />
Connection:-Header (the second obligatory header in HTTP/1.1 -<br />
HTTP/1.0 had none):</p>
<p>Connection: close</p>
<p>or</p>
<p>Connection: keep-alive</p>
<p>Compression on the other hand was already defined in HTTP/1.0<br />
(<a href="http://www.ietf.org/rfc/rfc1945.txt" rel="nofollow">http://www.ietf.org/rfc/rfc1945.txt</a>, sections 2.3 and 3.5).</p>
<p>The real reason why IIS is reluctant to send compressed content to a<br />
proxy server is because of the proxies clients.</p>
<p>You see, a proxy server usually knows nothing about the content of the<br />
page (at least when we are talking about a proxy in its purest sense):<br />
It requests a page for a client, stores it and sends the stored copy<br />
on subsequent requests.</p>
<p>But what would happen if the first client sends the<br />
&#8220;Accept-Encoing&#8221;-Header and the second one doesn&#8217;t?</p>
<p>The proxy would request the compressed page, store it in the cache and<br />
send the compressed copy to the second client which doesn&#8217;t support<br />
compression.</p>
<p>In comes another header that&#8217;s new in HTTP/1.1: Vary (RFC 2616,<br />
Section 14.44). This allows the server to specify that the content<br />
output is dependent on the setting of any specific request header,<br />
instructing proxies to invalidate a cached copy if another request for<br />
the same URI, but with a different header content arrives.</p>
<p>So the server sends &#8220;Vary: accept-encoding&#8221; and the proxy knows that<br />
it must store different copies of the same URI when requested with<br />
different content for accept-encoding.</p>
<p>So you see that it&#8217;s not the lack of the Accept-Encoding header that<br />
makes it unsafe to use compression over HTTP/1.0, it&#8217;s the lack of the<br />
Vary header.</p>
<p>It gets worse though:</p>
<p>Support for the Vary-header is to this day not as wide-spread in proxy<br />
servers as it should be. If there even is support, it&#8217;s buggy and<br />
sometimes doesn&#8217;t work correctly, which probably is one of the reasons<br />
for IE&#8217;s unfortunate default concerning the protocol to use when<br />
talking over a proxy.</p>
<p>As long as this problem exists, you will not be able to force<br />
compressed content out to your clients &#8211; unless you can live with some<br />
poor souls on old browsers (but see below &#8211; it gets even WORSE) seeing<br />
garbage instead of Stack Overflow.</p>
<p>Old browsers are one thing (every browser since about Netscape 4.06<br />
supported Content-Encoding), but there&#8217;s also the matter of these<br />
&#8220;Internet Security&#8221; products. Some of them are apparently unable to<br />
decompress the response from servers and thus alter (*sigh*) any<br />
outgoing request to not contain the accept-encoding header, thus<br />
degrading even the newest browser to pre Netscape 4.06 level in<br />
matters of compression-support.</p>
<p>I don&#8217;t know what wonderful piece of software is responsible for that,<br />
but I had real-life experience with such a case where the software I<br />
develop for my company wasn&#8217;t able to properly connect to the server<br />
(using the standard WinInet-API) because I made some assumptions on an<br />
accept-encoding-header going through properly. Temporarily turning off<br />
the locally installed internet security product helped.</p>
<p>In the end, I dealt with the (wrong) assumption, but to this day, that<br />
client cannot send or receive compressed data.</p>
<p>So you see, unfortunately what seems so easy, in reality is quite hard<br />
due to so many external factors.</p>
<p>Don&#8217;t we all love network programming?</p>
<p>*sigh*</p>
<p>Philip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Meadows</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-16618</link>
		<dc:creator>Michael Meadows</dc:creator>
		<pubDate>Tue, 10 Mar 2009 20:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-16618</guid>
		<description>Application architects become more necessary in giganticorps, because they are capable of tapping the knowledge of all of the other systems in the enterprise.  They also coordinate with the domain architects (data, security, integration, etc).

What they should NOT be doing is prescribing _how_ developers build a system.  They SHOULD participate (with the developers) in forming a strategy for the system, and share responsibility for code quality.  The problem is that most enterprises make architects superior to developer, whereas they should be coequal with lead developers.</description>
		<content:encoded><![CDATA[<p>Application architects become more necessary in giganticorps, because they are capable of tapping the knowledge of all of the other systems in the enterprise.  They also coordinate with the domain architects (data, security, integration, etc).</p>
<p>What they should NOT be doing is prescribing _how_ developers build a system.  They SHOULD participate (with the developers) in forming a strategy for the system, and share responsibility for code quality.  The problem is that most enterprises make architects superior to developer, whereas they should be coequal with lead developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donal</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-16609</link>
		<dc:creator>Donal</dc:creator>
		<pubDate>Tue, 10 Mar 2009 17:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-16609</guid>
		<description>@Hayden
While it would be nice to have somebody on the the podcast to call out J&amp;J&#039;s misinformation about Java (or .Net, or whatever), I&#039;m not sure Dick Wall would be a great choice. Not that he doesn&#039;t have the knowledge, but rather he&#039;s far too polite....</description>
		<content:encoded><![CDATA[<p>@Hayden<br />
While it would be nice to have somebody on the the podcast to call out J&amp;J&#8217;s misinformation about Java (or .Net, or whatever), I&#8217;m not sure Dick Wall would be a great choice. Not that he doesn&#8217;t have the knowledge, but rather he&#8217;s far too polite&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.stackoverflow.com/2009/03/podcast-44/#comment-16588</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Tue, 10 Mar 2009 05:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=787#comment-16588</guid>
		<description>I think one good \side effect\ of having an architect title in a team is that in many places (specially big organizations), programmers are not considered important or worthy enough to take any high level design decisions. Having an architect ensures that such decisions are at least coming from someone who has a technical background and experience required to make such decisions. Otherwise, such decisions are left in the hands of inept Project Managers. If there is an architect, project managers usually don&#039;t poke their nose into technical discussions or decision making and leave it to the architect.</description>
		<content:encoded><![CDATA[<p>I think one good \side effect\ of having an architect title in a team is that in many places (specially big organizations), programmers are not considered important or worthy enough to take any high level design decisions. Having an architect ensures that such decisions are at least coming from someone who has a technical background and experience required to make such decisions. Otherwise, such decisions are left in the hands of inept Project Managers. If there is an architect, project managers usually don&#8217;t poke their nose into technical discussions or decision making and leave it to the architect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
