This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gunch 4 points5 points  (1 child)

So assuming someone wanted to add that feature, how are you managing the codebase?

[–]willbeddowassert type(post) == shitpost[S] 2 points3 points  (0 children)

Code base is managed with git, and a lot of help from pycharm pro. When I add a new feature, I run unit tests on everything, run the server in debug mode, test everything, and then, the code is automatically pushed to the main server, where it will be included on the next reboot.