<?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-6962294913398429126.post5985156995793724364..comments</id><updated>2007-12-21T17:19:39.398-08:00</updated><title type='text'>Comments on wickedcoolthoughts: The beauty of return this;</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wickedcoolthoughts.blogspot.com/feeds/5985156995793724364/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default'/><link rel='alternate' type='text/html' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html'/><author><name>Aslam's Blog</name><uri>http://www.blogger.com/profile/07436503144903480817</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6962294913398429126.post-3002631376272326918</id><published>2007-12-21T17:19:00.000-08:00</published><updated>2007-12-21T17:19:00.000-08:00</updated><title type='text'>Fluent Interface</title><content type='html'>Fluent Interface</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/3002631376272326918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/3002631376272326918'/><link rel='alternate' type='text/html' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html?showComment=1198286340000#c3002631376272326918' title=''/><author><name>cenkcivici</name><uri>http://www.blogger.com/profile/08323311830347320727</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html' ref='tag:blogger.com,1999:blog-6962294913398429126.post-5985156995793724364' source='http://www.blogger.com/feeds/6962294913398429126/posts/default/5985156995793724364' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-6962294913398429126.post-6366943282492741443</id><published>2007-12-19T06:40:00.000-08:00</published><updated>2007-12-19T06:40:00.000-08:00</updated><title type='text'>Returning 'this' that lets developers chain method...</title><content type='html'>Returning 'this' that lets developers chain method calls takes a lot of java developer by surprise.&lt;BR/&gt;&lt;BR/&gt;This has always been a convention in smalltalk, and is one reason why smalltalk code is beautiful, and the code talks to you.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/6366943282492741443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/6366943282492741443'/><link rel='alternate' type='text/html' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html?showComment=1198075200000#c6366943282492741443' title=''/><author><name>KetanPadegaonkar</name><uri>http://www.blogger.com/profile/00708547712729097047</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html' ref='tag:blogger.com,1999:blog-6962294913398429126.post-5985156995793724364' source='http://www.blogger.com/feeds/6962294913398429126/posts/default/5985156995793724364' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-6962294913398429126.post-3472789706287955428</id><published>2007-12-19T05:34:00.000-08:00</published><updated>2007-12-19T05:34:00.000-08:00</updated><title type='text'>Method Chaining is a way of implementing DSLs (lik...</title><content type='html'>Method Chaining is a way of implementing DSLs (like JMock does) or Fluent Interfaces. Martin's book draft has a lot of information (the URI you wrote is correct), althouh I sightly disagree with him.&lt;BR/&gt;&lt;BR/&gt;Other text about those language adaptations:&lt;BR/&gt;&lt;BR/&gt;http://fragmental.tw/research-on-dsls/language-adaption/&lt;BR/&gt;&lt;BR/&gt;But method chaining is not used only for this, languages like Smalltalk uses this all the time without creating a new or specialized language.&lt;BR/&gt;&lt;BR/&gt;Cheers&lt;BR/&gt;&lt;BR/&gt;Phillip Calçado&lt;BR/&gt;http://fragmental.tw</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/3472789706287955428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/3472789706287955428'/><link rel='alternate' type='text/html' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html?showComment=1198071240000#c3472789706287955428' title=''/><author><name>Phillip Calçado</name><uri>http://www.blogger.com/profile/09131234192943604958</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html' ref='tag:blogger.com,1999:blog-6962294913398429126.post-5985156995793724364' source='http://www.blogger.com/feeds/6962294913398429126/posts/default/5985156995793724364' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-6962294913398429126.post-9009125827957187735</id><published>2007-12-19T01:51:00.000-08:00</published><updated>2007-12-19T01:51:00.000-08:00</updated><title type='text'>Thank you for the reference. Is this the URL (http...</title><content type='html'>Thank you for the reference. Is this the URL (http://martinfowler.com/dslwip/)?  The page is not found. do you know about any alternate sources for the same.&lt;BR/&gt;&lt;BR/&gt;Is method chaining specific to DSL?(sorry I am not familiar with DSL)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/9009125827957187735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/9009125827957187735'/><link rel='alternate' type='text/html' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html?showComment=1198057860000#c9009125827957187735' title=''/><author><name>Aslam's Blog</name><uri>http://www.blogger.com/profile/07436503144903480817</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='12679517629867847028'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html' ref='tag:blogger.com,1999:blog-6962294913398429126.post-5985156995793724364' source='http://www.blogger.com/feeds/6962294913398429126/posts/default/5985156995793724364' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-6962294913398429126.post-2834693139670342607</id><published>2007-12-19T01:04:00.000-08:00</published><updated>2007-12-19T01:04:00.000-08:00</updated><title type='text'>This is just Method Chaining of a DSL.See Martin F...</title><content type='html'>This is just Method Chaining of a DSL.&lt;BR/&gt;See Martin Fowlers DSL Book (work in progress)&lt;BR/&gt;&lt;BR/&gt;Michael</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/2834693139670342607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6962294913398429126/5985156995793724364/comments/default/2834693139670342607'/><link rel='alternate' type='text/html' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html?showComment=1198055040000#c2834693139670342607' title=''/><author><name>Mesirii@MG</name><uri>http://www.blogger.com/profile/01655903344516494861</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://wickedcoolthoughts.blogspot.com/2007/12/as-beginner-i-was-fascinated-by.html' ref='tag:blogger.com,1999:blog-6962294913398429126.post-5985156995793724364' source='http://www.blogger.com/feeds/6962294913398429126/posts/default/5985156995793724364' type='text/html'/></entry></feed>