Sean Fisk
Sean Fisk
Although the interface has improved, I'm still not sure it's possible to do this without some hackery. They do have a `main()` function now, but it still doesn't accept arguments....
I took a quick look at pylint's capabilites. From what is mentioned on their site, I'm impressed — I like very strict tools. It doesn't look like pylint can do...
Nice! The metric that the `mccabe` metric measures is called [cyclomatic complexity](http://en.wikipedia.org/wiki/Cyclomatic_complexity), which is basically the amount of possible branches in the code. But honestly, code that fails this test...
This feature is pretty awesome, and I can definitely see it being useful. I like it a lot. However, I'm not convinced that the API is totally there. A main...
OK, yes, I see what you are saying. I'd have to get back into the code a bit more, but I think that always returning tuples might clutter the API...
A prototype script is currently working. Has to be developed into a full script and then added to the PPT distribution.
This looks awesome! I don't have time to look at it in detail right now (see #8), but I'll be looking at it soon. I like that it's in pygame...
This is a great idea. I especially like the idea of adding a command which just creates a project inside a directory. That specially is something that I have been...
I agree. I think that this is the eventual path of PPT anyway, so we might as well get started. In fact, most of the files can be kept, but...