hust-open-atom-club / linux-edu-rank

Linux 内核高校贡献排名榜
https://edurank.hust.openatom.club
BSD 2-Clause "Simplified" License
2 stars 6 forks source link

Split function usage and definition #20

Closed tttturtle-russ closed 2 days ago

tttturtle-russ commented 2 months ago

Currently the file contains both definitions and usage, which makes it hard to read and maintain. However, I don't know if this is the Pythonic way.

THINKER-ONLY commented 1 week ago

I can have a try if there is more descriptions for this issue

tttturtle-russ commented 1 week ago

to be specific, touch two Python files, one includes function definition and implementation while the other calls these functions and executes the main function.

THINKER-ONLY commented 6 days ago

OK, plz assign this issue for me