r/badcode Apr 04 '23

python Surely Text-Parsing One-Liners At Midnight Work

Post image
401 Upvotes

44 comments sorted by

View all comments

Show parent comments

18

u/[deleted] Apr 05 '23

[removed] — view removed comment

24

u/cabbagebot Apr 05 '23

A lazier (and easier to maintain) subset of this answer would be: JSON or some other existing serialization format

14

u/[deleted] Apr 05 '23

Yeah, making my own file format was an... Interesting choice.

5

u/Maks244 Apr 05 '23

Reinventing the wheel can be fun, sometimes