« All posts

Fensu: A Tool to Prevent Python and TypeScript Repos from Becoming Spaghetti

Fensu is a tool that preserves the architecture of Python and TypeScript repos, preventing code drift and enforcing conventions.

Fensu is a tool that catches architectural drift in code, which becomes problematic as repositories grow. It codifies architectural expectations and enforces test conventions, helping maintain a consistent structure. Additionally, Fensu visualizes project call flow, making it easier for developers to navigate the codebase and understand its shape.