dbud
Useful utilities for programming and development
Open source Open in the app JSON README (API)
About
Useful utilities for programming and development
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- tkxkd0159
- Origin
- gemini
- Category
- ferramentas
- Version
- 0.5.0
- Last push
- 2026-08-24T05:01:21Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
tkxkd0159/dbud
README
# dbud ```sh gemini extensions install https://github.com/tkxkd0159/dbud.git ``` ## Tips - Make a `GLOSSARY.md` to unify the language you and the AI use. - Instead of building a massive AI slop, build flawless code based on TDD. - Use deep modules with small public interfaces: APIs should expose intent-level operations while hiding sequencing, invariants, and implementation complexity. Small functions are useful only as internal decomposition when they improve clarity.