Implement $ARGUMENTS using strict TDD.
Iron Laws
1. No production code exists without a failing test. If you write code before a test, DELETE it. Not "keep as reference." Not "adapt it." DELETE it.
2. Write the MINIMUM code to pass the test. If the test passes, STOP writing code. More code = more bugs = more maintenance.
3. Delete means delete. If you wrote code before the test: don't keep it as reference, don't paste it somewhere, don't look at it. Delete it
[Description truncada. Veja o README completo no GitHub.]