Regarding the ships that one can fly, I was debating this for a while, but I am not sure what qualifies as fly the ship?
I want to avoid having a filter which removes ships that one can just sit in…
So I am debating of adding filters to hide mastery IV / master V ships, that seems to be more useful, because then you can be somewhat sure that the ship that got removed from display is a ship that particular toon could actually decently fly.
I was refactoring some code that deals with updates, so had 9 functions to deal with updates and was copy pasting them from old file to new file and redoing the code…
However, due to how my linters work, the reference line to old file in the new file was screaming red and I set the line to be ignored by my code editor, which was all good and fine… Until I reached the last 2 functions, copy pasted them and deleted the old file… But didn’t delete the original reference line, and because I set that line specifically to be ignored… well… the updater crashed every time it was called and I didn’t notice it
10 years of coding and you still get bitten in the a** with something that you might do after only 2 weeks on the job