A Couple of Architectural Approaches: Emergent vs. Documentation-Driven Development
When building projects—especially smaller ones like CLIs—I’ve experimented with various architectural approaches. Two key strategies...
When building projects—especially smaller ones like CLIs—I’ve experimented with various architectural approaches. Two key strategies...
My approach to recursively locating config files like `frontMatterHelper.json` from the current working directory up to the root. Includes ChatGPT's formalized breakdown of the pattern, edge cases, and implementation considerations.