I like having no strong opinion on most things. Having an opinion about the topic of the day would require me to know a decent amount about it, and given the endless ocean of things there are to opine about, that would represent an immense loss of focus and waste of energy.
Quick fix, they can just use the same naming style as their studio, and drop a letter.
The Day Bfore, by Fntastic.
Sorted, no need for expensive lawyers, I fixed it for you.
debugging in Python:
- `print()`s alone: too simple
- `import pdb; pdb.set_trace()`: too complex
- `import code; code.interact(local=locals())`: just right
simply drops you into interpreter, perfect for 95% of debugging