00 - Refactor project exercise numbers - #90
Conversation
…nded sequentially.
WalkthroughRenumbers project slugs in the exercise catalog from 28–36 to 101–109, preserves titles and metadata, removes original slugs, and adds a new epoch-based entry Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@zhravan Can you please check and merge this, so I could create PRs for concepts exercises. I have already prepared concepts exercises locally. |
|
@zhravan I'll stack the concept exercise PRs on top of this. |
|
LGTM |
Problem
Currently, project exercises start soon after concept exercises are over which create the problem of expanding concept exercises sequentially.
ex:
27_custom_errors
28_text_analyzer
Solution:
Change project exercise numbers to start from 101 so there is more room to add remaining exercises.
Fixes: #98
Summary by CodeRabbit
New Features
Chores