Skip to content

Conversation

@pariyashu
Copy link

No description provided.

TobiObeck and others added 30 commits October 6, 2021 12:18
For all .py files that are entry points (can be invoked as separate scripts via CLI commands) the whole code is wrapped in a main function. This has the advantages that later on code can be separated out into their own functions and these functions can be placed below the previous code. So the overall reading flow of the code is from top to bottom like prose. Without this pattern functions would need to be defined above the invocation.
- also deletes unnecessary author comments at the top of the file
also changes invocation via command line arguments
languase filter, trans_dest\r drop language
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.

2 participants