Skip to main content

3 posts tagged with "code"

View All Tags

Ack - Better Than Grep

· 2 min read
Max Kaido
Architect

Ack is a code-focused search tool designed as an alternative to grep. It's optimized for developers and automatically searches through source code while ignoring version control directories and binary files.

Docs as Code

· 6 min read
Max Kaido
Architect

Below are five approaches to embedding and managing documentation close to the code. We’ll incorporate the newly added Functional Design Document (FDD) approach into the comparison, combining it with the previously discussed four (Functional Flow Diagrams (FFD), ADRs, Docusaurus, and TypeDoc). After outlining all five and showing how to combine them, we’ll determine the best pair if you can only choose two.