liability
-
💡 Reflections from AI-coding a 10,000 line app
Lessons from AI-coding a 10,000 line app BRun is getting usable. Claude Code wrote almost all of it using Doc-driven development (manually write/update the docs, and have Claude write the code). Some thoughts: Claude is fast – there is no …
-
⚖️ Code is a liability, not an asset
A wise developer once said: Code is a liability, not an asset. Aim to have as little of it as possible. This is perhaps the #1 rule for clean code. Some examples: Don’t implement “just in case” features. Remember YAGNI. Premature abstrac…
-
🌱 OSS can decrease or increase your code liability
A wise person once said: “Code is a liability, not an asset. Aim to have as little of it as possible.” Whether the open-source code in your projects is an asset or a liability depends on how you handle it. Almost all code in complex syste…