ended3월 18일· 1 sources

Forget Flags and Scripts: Just Rename the File

플래그도 스크립트도 필요 없다: 파일 이름만 바꿔라

Why it matters

The article proposes using a program's own filename as its configuration interface instead of flags or scripts. By encoding parameters like module names, hyperparameters, or VPN endpoints directly into the filename, programs become self-contained and instantly shareable—renaming the file changes behavior with zero setup. Examples include reusable installers, ML experiment runners, ephemeral utilities, and P2P VPN tunnels.

1
Sources
+0
24h
Growth
187d
Active
filename-driven configurationself-contained executablesportabilityCLI alternativereproducibility

Sources

Related Issues