AndyReifman / ArseneWenger

1 stars 12 forks source link

Fixed fixtures/next/results and created women's equivalents with wfixtures/wnext/wresults. #105

Closed ingenium21 closed 6 months ago

ingenium21 commented 7 months ago

Some examples image image image image image image

ingenium21 commented 7 months ago

resolves #101 , resolves #104

reddit-tennis commented 7 months ago

Think I've given you feedback in Discord in regards to the functionality, haven't gone through the logic quite yet but general comment on the code style / formatting that might be useful for you.

Please can you use lowercase variables and underscores if you need to separate words. Camelcase is out of place in Python.

More details here https://peps.python.org/pep-0008/#prescriptive-naming-conventions

In a future update I will introduce something that helps with formatting, but for now this is a good thing to learn. i.e you can add a formatter called Black to your system/IDE.