# Glossary terms

- **Technical debt**: The pending work that accumulates when a quick-and-easy solution is applied instead of a sustainable long-term one 技術債務： 當應用快速簡便的解決方案，而非可持續的長期解決方案時，所累積的未完成工作
- **Exhausted**: When resources are used completely and programs are getting blocked by not having more access to those resources 耗盡： 當資源被完全使用，程式因無法取得更多資源而受阻
- **Reproduction case**: A clear description of how and when the problem appears, a way to verify if the problem is present or not 重現案例： 清楚描述問題出現的方式和時間，驗證問題是否存在的方法