That Code Be Stylin’!
Soo.. Been a while, eh? Long time no see. Things have been pretty busy with work, but I’ve gotten a little bit of time to work on MV3D stuff. I’m not going to talk about that now. If you’re lucky (or unlucky if you find me boring), I’ll write more later today about MV3D.
Something that really irks me is ugly code. There’s a lot of MV3D code that I consider fugly. Most of the reason is the formatting (darn me and my C++ habits), so rather than go through 30kloc of manual reformatting, I decided that was a job for a program. I asked around a bit and it doesn’t seem like anyone’s written a Python code reformatter (or at least one that can format to Divmod coding style), so I’ve made Stylin.
Now you can have it, and may your code be stylin’ too!
Here you go. (Sorry for the zip file, but my webserver is configured to try and execute .py files)
What does it do?
Let’s start by saying what it doesn’t (yet) do:
So with that in mind, what does it do?
Enjoy!