Joe R
|
13a29b34ea
|
Version 7 of the cardset format with subtype and joker support. (#330)
|
2023-08-11 20:30:29 -04:00 |
|
Juhani Numminen
|
278b3261d9
|
Optimize cardsetparser
Apply the EAFP principle:
Regex matching was just doing extra the work because int() will check that
its argument is suitable in any case.
EAFP as in https://stackoverflow.com/questions/11360858/what-is-the-eafp-principle-in-python
|
2020-10-11 16:27:43 +03:00 |
|
Shlomi Fish
|
d145642a9b
|
Rename variables to make them more descriptive.
We used "lines_list" instead of "line" in singular. "list" is
the ADT ( https://en.wikipedia.org/wiki/Abstract_data_type )
rather than its python class.
|
2020-10-11 13:02:01 +03:00 |
|
Shlomi Fish
|
95a0d7d007
|
refactor/modernize the calls to open()
use "with", flags
|
2020-10-06 18:43:15 +03:00 |
|
Juhani Numminen
|
bf9ce90a5b
|
Refactor cardset config.txt parser to a new module
|
2020-10-06 14:35:28 +03:00 |
|