I’ve just written the cleanest code in my life…
currently the refactored version does:
- initializes curses stuff
- checks if the config directory exists
-> if not, it creates it - checks if the config files exist
-> if not it creates them
-> then it fills them with dummy data, so I can change it easily later
and while it does all that, it prints to a log I designed myself (somehow I’m most proud of the log… the thing no one will ever see)
here’s the Log:
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.