Q: Why so many unfinished projects?
I care about each line of code i write, what it does, how and why it exists, so I can actually maintain it.
I’d rather have an incomplete codebase I can revisit and trust, than ship something generated overnight without context or ownership.
Maintenance requires context, not just code:
- Clear problem definition
- Good architecture
- Solid system design
- Long-term ownership
- Discipline in testing and refactoring
That’s engineering.