Skip to content

Refactor: Extract magic numbers to named constants#37

Open
anaisd5 wants to merge 4 commits into
ZeroSumQuant:mainfrom
anaisd5:refactoring
Open

Refactor: Extract magic numbers to named constants#37
anaisd5 wants to merge 4 commits into
ZeroSumQuant:mainfrom
anaisd5:refactoring

Conversation

@anaisd5
Copy link
Copy Markdown

@anaisd5 anaisd5 commented Nov 10, 2025

Fixes #29

Hello,

This PR refactors the four files mentioned in the issue.
To help with maintainability and reduce the number of 'magic numbers', I added some additional constants beyond those listed in the original example.
I also separated the changes by file into individual commits, so reviewing should be straightforward.

Hope this helps, and happy to adjust if needed!

ZeroSumQuant pushed a commit that referenced this pull request Jan 1, 2026
Combined with PR #37's INDENT_NUMBER constant while preserving
ensure_ascii=False for proper Unicode handling.
ZeroSumQuant pushed a commit that referenced this pull request Jan 1, 2026
Combined with PR #37's SESSION_ID_MAX_LENGTH constant.
ZeroSumQuant pushed a commit that referenced this pull request Jan 1, 2026
- Implement project filtering with `--project` flag (Issue #38)
- Improve Windows compatibility:
  - Add UTF-8 stdout reconfiguration
  - Remove Unix-specific code (`realtime_search.py`)
- Replace print with logging in `extract_claude_logs.py` (Issue #28)
- Add comprehensive type hints (Issue #27)
- Fix interactive UI tests by mocking `Path.stat`
- Add PDF/DOCX export capabilities (PRs #34, #36, #37 logic integrated)
- Support metadata (--title, --description, --tags) and todo extraction
- Clean up magic numbers into `constants.py`
sytelus added a commit to sytelus/claude-sessions that referenced this pull request Jan 7, 2026
…onstants

Combined with PR ZeroSumQuant#36's ensure_ascii=False for proper Unicode handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

♻️ Refactor: Extract magic numbers to named constants

1 participant