Posts tagged: software

All posts with the tag "software"

1 posts latest post 2025-11-02
The Glorious Pipe Operator (Elixir for PHP Devs) Let'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... Jesse Leite · jesseleite.com [1] 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 out(inside()). Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://jesseleite.com/2025/the-glorious-pipe-operator [2]: /thoughts/