refactor(docs): standardize warning messages and update documentation formatting
- Replaced "⚠️ ISSUE" with "Warning: ISSUE" for consistency across dependency architecture documentation.
- Removed checkmarks from completed items in various documents to maintain uniformity in status representation.
- Enhanced clarity by ensuring all sections follow a consistent formatting style.
Benefits:
- Improves readability and consistency in documentation, making it easier for contributors to understand the project's status and issues.
- Aligns with the overall documentation style, fostering a more professional appearance across all documents.
This commit is contained in:
@@ -380,7 +380,7 @@ absl::Status HandleResourceListCommand(
|
||||
|
||||
Priority order for refactoring (based on duplication level):
|
||||
|
||||
1. ✅ **High Priority** (Heavy duplication):
|
||||
1. **High Priority** (Heavy duplication):
|
||||
- `HandleResourceListCommand` - Example provided ✓
|
||||
- `HandleResourceSearchCommand` - Example provided ✓
|
||||
- `HandleDungeonDescribeRoomCommand` - 80 lines → ~35 lines
|
||||
@@ -484,11 +484,11 @@ TEST(ResourceListCommandTest, ListsDungeons) {
|
||||
|
||||
### Immediate (Current PR)
|
||||
|
||||
1. ✅ Create abstraction layer (CommandContext, ArgumentParser, OutputFormatter)
|
||||
2. ✅ Add CommandHandler base class
|
||||
3. ✅ Provide refactored examples
|
||||
4. ✅ Update build system
|
||||
5. ✅ Document architecture
|
||||
1. Create abstraction layer (CommandContext, ArgumentParser, OutputFormatter)
|
||||
2. Add CommandHandler base class
|
||||
3. Provide refactored examples
|
||||
4. Update build system
|
||||
5. Document architecture
|
||||
|
||||
### Phase 2 (Next PR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user