Skip to main content

3 docs tagged with "workflow"

View all tags

A Dirty Shell

Why the VS Code integrated terminal is not a clean environment, how it becomes polluted, and how to detect, compare, and avoid dirty shells.

Attach-First Debugging

Why you should run your program in a clean external shell and let VS Code attach as a UI, instead of allowing VS Code to launch and orchestrate your runtime environment.

Documentation Driven Development

Before writing a single line of code, define the interface. This article explores the power of writing your README first—shaping your application's architecture, revealing edge cases, and driving clarity through documentation.