reserve-cli
Development Standards
This document outlines the development standards and best practices for the reserve-cli
project. The goal is to maintain a clean, simple, and maintainable codebase.
1. Project Overview
reserve-cli
is a command-line interface for managing reservations. It provides simple commands to check availability and book reservations with an intelligent logging system and Chinese user interface.
2. Core Principles
- Simplicity: Keep the code and project structure as simple as possible. Avoid over-engineering.
- Clarity: Write clear, readable code with meaningful names for variables and functions.
- User Experience: Provide a friendly Chinese interface with structured visual feedback.
- Testabil