<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline (Charles on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/charles/jaoo-2007-bob-martin-life-in-the-universe-beautiful-code-and-programming-discipline/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline (Charles on Channel 9)</title><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/</link></image><description>JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</description><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/</link><language>en-us</language><pubDate>Sun, 21 Oct 2007 19:32:09 GMT</pubDate><lastBuildDate>Sun, 21 Oct 2007 19:32:09 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</title><description>Responding to some of the comments here...&lt;BR&gt;&lt;BR&gt;Writing clean code doesn't have to mean that you spend a lot of time writing and re-writing code to make it clean. The idea that deadlines and budgets mean you have to forego clean code is wrong. If you take the time to learn "how" to write clean code and you practice doing it, when crunch time comes you'll be able to write clean code as fast as you might write sloppy code. The catch is that most programmers don't practice the "art of coding" with the goal of creating something clean and elegent and instead only code when "on-the-clock" and under pressure to finish what they're working on.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=360005</link><pubDate>Sun, 21 Oct 2007 19:32:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=360005</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/360005/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Responding to some of the comments here...Writing clean code doesn't have to mean that you spend a lot of time writing and re-writing code to make it clean. The idea that deadlines and budgets mean you have to forego clean code is wrong. If you take the time to learn "how" to write clean code and&amp;#8230;</evnet:previewtext><dc:creator>Bernal</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/360005/Trackback.aspx</trackback:ping></item><item><title>Re: JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</title><description>Great interview - Totally agree with the need to write nice and clean code, less time debugging, less time figuring out what the heck some&amp;nbsp;else's class/module is supposed to do, etc... Although I agree that in reality it doesn't always happen as bosses don't appreciate the shear amount of effort that goes into a software project - they just want it done as quickly as possible just so they can make money / look good in front of their boss etc...&lt;BR&gt;&lt;BR&gt;One thing I like to do is look at all the software projects I've done in the past and group together all of the common functionality and then create nice clean class wrappers that handle the functionality that all of the previous solutions used.&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359283</link><pubDate>Wed, 17 Oct 2007 19:58:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359283</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/359283/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Great interview - Totally agree with the need to write nice and clean code, less time debugging, less time figuring out what the heck some&amp;nbsp;else's class/module is supposed to do, etc... Although I agree that in reality it doesn't always happen as bosses don't appreciate the shear amount of&amp;#8230;</evnet:previewtext><dc:creator>DannyJ</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/359283/Trackback.aspx</trackback:ping></item><item><title>Re: JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</title><description>I'm sorry, but "write code that doesn't suck" is worthless advice.&amp;nbsp; Better advice would be "how to convince the folks who pay for code that beautiful code is worth paying for."</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359140</link><pubDate>Wed, 17 Oct 2007 05:10:56 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359140</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/359140/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm sorry, but "write code that doesn't suck" is worthless advice.&amp;nbsp; Better advice would be "how to convince the folks who pay for code that beautiful code is worth paying for."</evnet:previewtext><dc:creator>JChung2006</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/359140/Trackback.aspx</trackback:ping></item><item><title>Re: JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</title><description>Nice video. Might I suggest one of those fancy wind-cancellation mics for outdoor interviews though? :)&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359094</link><pubDate>Tue, 16 Oct 2007 23:42:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359094</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/359094/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Nice video. Might I suggest one of those fancy wind-cancellation mics for outdoor interviews though? :)</evnet:previewtext><dc:creator>jsampsonPC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/359094/Trackback.aspx</trackback:ping></item><item><title>Re: JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;Chadk wrote:&lt;/div&gt;&lt;div&gt;﻿Isnt his name Robert Martin?&lt;BR&gt;&lt;BR&gt;Good interview tho &lt;IMG src="http://channel9.msdn.com/emoticons/emotion-1.gifborder=0&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;That's his full name, yes. People call him Bob, which is a common knickname for Robert.&lt;BR&gt;C</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359009</link><pubDate>Tue, 16 Oct 2007 19:30:49 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359009</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/359009/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Chadk wrote:﻿Isnt his name Robert Martin?Good interview tho That's his full name, yes. People call him Bob, which is a common knickname for Robert.C</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/359009/Trackback.aspx</trackback:ping></item><item><title>Re: JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</title><description>Isnt his name Robert Martin?&lt;BR&gt;&lt;BR&gt;Good interview tho :)</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359004</link><pubDate>Tue, 16 Oct 2007 19:19:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=359004</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/359004/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Isnt his name Robert Martin?Good interview tho :)</evnet:previewtext><dc:creator>Chadk</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/359004/Trackback.aspx</trackback:ping></item><item><title>Re: JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</title><description>Great interview Charles.&lt;BR&gt;&lt;BR&gt;"Uncle" Bob is an agile&amp;nbsp;Java kind of guy.&lt;BR&gt;&lt;BR&gt;&lt;a href="http://www.objectmentor.com/omTeam/martin_r.html"&gt;http://www.objectmentor.com/omTeam/martin_r.html&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;May 2007 
&lt;DIV&gt;&lt;a href="http://media.libsyn.com/media/agiletoolkit/agile_skypecast_07_bob_martin.mp3"&gt;&lt;IMG src="http://agiletoolkit.libsyn.com/img/podcastIcon.gif" border=0&gt;&lt;/a&gt; &lt;A href="http://agiletoolkit.libsyn.com/index.php?post_id=217936"&gt;Agile SkypeCast 2007 - Bob Martin - What is Agile?&amp;nbsp;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;a href="http://agiletoolkit.libsyn.com/index.php?post_category=Agile%20SkypeCast"&gt;http://agiletoolkit.libsyn.com/index.php?post_category=Agile%20SkypeCast&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;[H]&lt;/DIV&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=358975</link><pubDate>Tue, 16 Oct 2007 19:11:25 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=358975</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/358975/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Great interview Charles."Uncle" Bob is an agile&amp;nbsp;Java kind of guy.http://www.objectmentor.com/omTeam/martin_r.htmlMay 2007 
 Agile SkypeCast 2007 - Bob Martin - What is Agile?&amp;nbsp;http://agiletoolkit.libsyn.com/index.php?post_category=Agile%20SkypeCast[H]</evnet:previewtext><dc:creator>raymond</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/358975/Trackback.aspx</trackback:ping></item><item><title>Re: JAOO 2007: Bob Martin - Life in the Universe, Beautiful Code and Programming Discipline</title><description>Ah at last. Jaoo videos.&lt;BR&gt;&lt;BR&gt;Robert Martin did a fantastic key note, looking forward to see this video, after i have seen the one with kresten :)</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=358974</link><pubDate>Tue, 16 Oct 2007 18:20:06 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/JAOO-2007-Bob-Martin-Life-in-the-Universe-Beautiful-Code-and-Programming-Discipline/?CommentID=358974</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/358974/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Ah at last. Jaoo videos.Robert Martin did a fantastic key note, looking forward to see this video, after i have seen the one with kresten :)</evnet:previewtext><dc:creator>Chadk</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/358974/Trackback.aspx</trackback:ping></item></channel></rss>