<?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-3198935374994345981.post369043139366741317..comments</id><updated>2009-04-01T09:29:22.509+02:00</updated><title type='text'>Comments on Coding Instinct: Readability Is Number One</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.codinginstinct.com/feeds/369043139366741317/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198935374994345981/369043139366741317/comments/default'/><link rel='alternate' type='text/html' href='http://www.codinginstinct.com/2009/03/readability-is-number-one.html'/><author><name>Torkel Ödegaard</name><email>noreply@blogger.com</email></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-3198935374994345981.post-5916768236156821354</id><published>2009-04-01T09:29:00.000+02:00</published><updated>2009-04-01T09:29:00.000+02:00</updated><title type='text'>Absolutely right!IMHO, Readability is more importa...</title><content type='html'>Absolutely right!&lt;BR/&gt;IMHO, Readability is more important than perpormence. Because, if your code is readable. you can easily refactor your code for performance</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198935374994345981/369043139366741317/comments/default/5916768236156821354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198935374994345981/369043139366741317/comments/default/5916768236156821354'/><link rel='alternate' type='text/html' href='http://www.codinginstinct.com/2009/03/readability-is-number-one.html?showComment=1238570940000#c5916768236156821354' title=''/><author><name>Oğuz Kurumlu</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.codinginstinct.com/2009/03/readability-is-number-one.html' ref='tag:blogger.com,1999:blog-3198935374994345981.post-369043139366741317' source='http://www.blogger.com/feeds/3198935374994345981/posts/default/369043139366741317' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-3198935374994345981.post-7986431628682155635</id><published>2009-03-31T21:58:00.000+02:00</published><updated>2009-03-31T21:58:00.000+02:00</updated><title type='text'>Don't forget unnecessary inheritance and interface...</title><content type='html'>Don't forget unnecessary inheritance and interface implementation.&lt;BR/&gt;&lt;BR/&gt;I once worked on a huge project that had an interface for almost every since POCO and Service (Services, Repositories etc.) &lt;BR/&gt;&lt;BR/&gt;Debugging was HELL. Y ou classes like this:&lt;BR/&gt;&lt;BR/&gt;abstract class AggregateDomainObject : DomainObject&lt;BR/&gt;abstract class ProductBase : AggregateDomainObject, IProduct&lt;BR/&gt;abstract class Product : ProductBase&lt;BR/&gt;abstract class ExpiringProduct : Product&lt;BR/&gt;class EventProduct : ExpiringProduct &lt;BR/&gt;&lt;BR/&gt;Needless to say that the interface "IProduct", the class "ProductBase" etc. were totally useless and just helped to bloat the whole app. (This is just one of the over 50 scenarios.)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198935374994345981/369043139366741317/comments/default/7986431628682155635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198935374994345981/369043139366741317/comments/default/7986431628682155635'/><link rel='alternate' type='text/html' href='http://www.codinginstinct.com/2009/03/readability-is-number-one.html?showComment=1238529480000#c7986431628682155635' title=''/><author><name>Tawani Anyangwe</name><uri>http://www.blogger.com/profile/07048402899899544722</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.codinginstinct.com/2009/03/readability-is-number-one.html' ref='tag:blogger.com,1999:blog-3198935374994345981.post-369043139366741317' source='http://www.blogger.com/feeds/3198935374994345981/posts/default/369043139366741317' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-3198935374994345981.post-3368650639623293832</id><published>2009-03-31T08:33:00.000+02:00</published><updated>2009-03-31T08:33:00.000+02:00</updated><title type='text'>Couldn't agree more man...</title><content type='html'>Couldn't agree more man...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198935374994345981/369043139366741317/comments/default/3368650639623293832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198935374994345981/369043139366741317/comments/default/3368650639623293832'/><link rel='alternate' type='text/html' href='http://www.codinginstinct.com/2009/03/readability-is-number-one.html?showComment=1238481180000#c3368650639623293832' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.codinginstinct.com/2009/03/readability-is-number-one.html' ref='tag:blogger.com,1999:blog-3198935374994345981.post-369043139366741317' source='http://www.blogger.com/feeds/3198935374994345981/posts/default/369043139366741317' type='text/html'/></entry></feed>