From e1d6f160aa3c945eeb8791deda5cc70f8daa64b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Recep=20=C5=9Een?= Date: Mon, 25 May 2026 17:25:47 +0300 Subject: [PATCH] docs: add blog article link to README Link to 'Your Function Signature Is Lying' article prominently in the README to explain the philosophy behind tsentials. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5d4339b..27cc9e3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ Railway-oriented programming for TypeScript — `Result`, `Maybe`, Rule Engine, and DDD base classes with full async pipeline support. +--- + +> **[Your Function Signature Is Lying →](https://www.senrecep.com/en/blog/your-function-signature-is-lying)** +> A deep dive into why `try/catch` falls short in TypeScript, the philosophy behind Railway Oriented Programming, and the design decisions that shaped `tsentials`. + +--- + ## Table of Contents - [Install](#install)