Skip to content

Fix file ordering by zero-padding filenames (01–09)#3

Open
khushalnagal wants to merge 1 commit into
campusx-official:mainfrom
khushalnagal:fix-file-ordering
Open

Fix file ordering by zero-padding filenames (01–09)#3
khushalnagal wants to merge 1 commit into
campusx-official:mainfrom
khushalnagal:fix-file-ordering

Conversation

@khushalnagal

Copy link
Copy Markdown

This PR fixes file ordering issues caused by lexicographical sorting on GitHub.

Currently, files are ordered like:
1, 10, 11, ..., 2, 3 ...

This happens because filenames are not zero-padded.

Changes made:

  • Renamed files from 1–9 to 01–09

Result:
Files now appear in correct numerical order.
No functional changes made.

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.

1 participant