Compiled Chronicles

A software development blog by Angelo Villegas

Tag: design pattern

  • Design Patterns | Fluent Interface, Builder, and Facade

    In the ever-evolving landscape of software development, writing clean and readable code is paramount. Design patterns such as the Fluent Interface, Builder, and Facade pattern stand out as champions in promoting code expressiveness and flexibility. In this blog post, we’ll explore these patterns and demonstrate their implementation in TypeScript. I also made a vlog about…