<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-6821635495514343859.post692785258180790767..comments</id><updated>2011-04-14T04:32:54.633-07:00</updated><category term='design pattern'/><category term='Twitter'/><category term='enterprise library'/><category term='WCF'/><category term='TreeView'/><category term='MSMQ'/><category term='UI'/><category term='productivity'/><category term='Genuilder'/><category term='caching'/><category term='WPF'/><category term='Data mining'/><category term='mtree'/><category term='Silverlight'/><title type='text'>Comments on Coding Tavern: How to overcome the programmer's block ?</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.codingtavern.com/feeds/692785258180790767/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6821635495514343859/692785258180790767/comments/default'/><link rel='alternate' type='text/html' href='http://www.codingtavern.com/2010/07/how-to-overcome-programmers-block.html'/><author><name>Nicolas Dorier</name><uri>http://www.blogger.com/profile/07520502469712388579</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/-z5jbjeDqj-0/Tl5ieEEBbGI/AAAAAAAAAGQ/ZcSPjz3xzAc/s220/nico.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6821635495514343859.post-8990590954707679014</id><published>2011-04-14T04:32:54.633-07:00</published><updated>2011-04-14T04:32:54.633-07:00</updated><title type='text'>one can overcome this block very easily: don&amp;#39;t...</title><content type='html'>one can overcome this block very easily: don&amp;#39;t start with &lt;br /&gt;public static void Main(string[] args)&lt;br /&gt;{&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;but start with a unit test.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6821635495514343859/692785258180790767/comments/default/8990590954707679014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6821635495514343859/692785258180790767/comments/default/8990590954707679014'/><link rel='alternate' type='text/html' href='http://www.codingtavern.com/2010/07/how-to-overcome-programmers-block.html?showComment=1302780774633#c8990590954707679014' title=''/><author><name>Dan</name><uri>http://www.blogger.com/profile/11157664211076682404</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.codingtavern.com/2010/07/how-to-overcome-programmers-block.html' ref='tag:blogger.com,1999:blog-6821635495514343859.post-692785258180790767' source='http://www.blogger.com/feeds/6821635495514343859/posts/default/692785258180790767' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1243516451'/></entry><entry><id>tag:blogger.com,1999:blog-6821635495514343859.post-4440670998345870181</id><published>2010-11-24T19:36:56.220-08:00</published><updated>2010-11-24T19:36:56.220-08:00</updated><title type='text'>You approach seems to be top-down, with abstract t...</title><content type='html'>You approach seems to be top-down, with abstract things first. The problem when I do that is that most of the time I end up with a data model, not a domain model ! What we call Anemic domain model (http://en.wikipedia.org/wiki/Anemic_Domain_Model) :(</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6821635495514343859/692785258180790767/comments/default/4440670998345870181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6821635495514343859/692785258180790767/comments/default/4440670998345870181'/><link rel='alternate' type='text/html' href='http://www.codingtavern.com/2010/07/how-to-overcome-programmers-block.html?showComment=1290656216220#c4440670998345870181' title=''/><author><name>Nicolas Dorier</name><uri>http://www.blogger.com/profile/07520502469712388579</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.codingtavern.com/2010/07/how-to-overcome-programmers-block.html' ref='tag:blogger.com,1999:blog-6821635495514343859.post-692785258180790767' source='http://www.blogger.com/feeds/6821635495514343859/posts/default/692785258180790767' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-989374355'/></entry><entry><id>tag:blogger.com,1999:blog-6821635495514343859.post-8695043509121934949</id><published>2010-11-17T06:32:09.559-08:00</published><updated>2010-11-17T06:32:09.559-08:00</updated><title type='text'>My try to overcome that is understanding the logic...</title><content type='html'>My try to overcome that is understanding the logic its harder then I think but after i&amp;#39;ve understand a few initial coding stuff it mostly comes to refactoring till I got it specially with code for non interfacing code like bits of math and such.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6821635495514343859/692785258180790767/comments/default/8695043509121934949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6821635495514343859/692785258180790767/comments/default/8695043509121934949'/><link rel='alternate' type='text/html' href='http://www.codingtavern.com/2010/07/how-to-overcome-programmers-block.html?showComment=1290004329559#c8695043509121934949' title=''/><author><name>Wulfcry</name><uri>http://www.blogger.com/profile/02282014972682731566</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_1dUQO383VJM/TEs4hXy4rhI/AAAAAAAAAAM/QEYKJNCWA4U/S220/wise+wulf.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.codingtavern.com/2010/07/how-to-overcome-programmers-block.html' ref='tag:blogger.com,1999:blog-6821635495514343859.post-692785258180790767' source='http://www.blogger.com/feeds/6821635495514343859/posts/default/692785258180790767' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-818940710'/></entry></feed>
