<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Posts tagged: software</title>
  <id>https://waylonwalker.com/tags/software/atom.xml</id>
  <updated>2025-11-02T15:36:24Z</updated>
  <subtitle>All posts with the tag &#34;software&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/software/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/software/atom.xml" rel="self" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <entry>
    <title>💭 The Glorious Pipe Operator (Elixir for PHP Devs) | Jesse Leite</title>
    <id>https://waylonwalker.com/thought-862/</id>
    <updated>2025-11-02T15:36:24Z</updated>
    <published>2025-11-02T15:36:24Z</published>
    <link href="https://waylonwalker.com/thought-862/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://jesseleite.com/2025/the-glorious-pipe-operator</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://jesseleite.com/2025/the-glorious-pipe-operator&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img class=&#34;glightbox&#34; src=&#34;https://jesseleite.com/img/asset/YXNzZXRzL3Nlby9vZy1pbWFnZS1iYWctZW5kLnBuZw/og-image-bag-end.png?p=seo_pro_og&amp;amp;s=345669cb43e131dd75d795dca9edb0c7&#34; alt=&#34;The Glorious Pipe Operator (Elixir for PHP Devs) — Let&amp;#39;s talk about how how the functional pipe operator helps to simplify and improve code readability and composability, and how it contrasts with the fluent interface design pattern commonly used in OOP.&#34; loading=&#34;lazy&#34;/ data-glightbox=&#34;description: The Glorious Pipe Operator (Elixir for PHP Devs) — Let&amp;#39;s talk about how how the functional pipe operator helps to simplify and improve code readability and composability, and how it contrasts with the fluent interface design pattern commonly used in OOP.&#34;&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;embed-card-content&#34;&gt;&#xA;      &lt;div class=&#34;embed-card-title&#34;&gt;The Glorious Pipe Operator (Elixir for PHP Devs)&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-description&#34;&gt;Let&amp;#39;s talk about how how the functional pipe operator helps to simplify and improve code readability and composability, and how it contrasts with the fluent interface design pattern commonly used i...&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-meta&#34;&gt;Jesse Leite · jesseleite.com&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;I’m so glad that python supports method chaining out of the box, very similar to the pipe operator that Jesse mentions here.  It makes everything much more readable to follow the flow rather than needing to parse nested funcion calls &lt;code&gt;out(inside())&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>