eunomia-bpf / eunomia-bpf/bpf-developer-tutorial
[FEATURE] Use 2 digits for the folder names in src folder so that they are sorted correctly
Open
enhancement
wontfix
- Dominant language
- C
- Stars
- 4.3k
- Forks
- 602
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 1
Description
The folders in `src` use only one digit for chapter numbers less than 10. This means when they are sorted in _lexicographical_ order, they appear out of _numerical_ order. This is seen in the image below.
I suggest the first 10 folders be renamed to `00-introduce`, `01-helloworld`, `02-kprobe-unlink`, and so on.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.