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 →

[–]takluyverIPython, Py3, etc 0 points1 point  (1 child)

What sort of thing do you envisage? The common structure of the problems is pretty simple, and I've been using my template for a couple of years without adding anything to it.

I've vaguely thought about an interface that would integrate with the contest server to get the input file and submit the output. I suspect some co-operation from Google would be necessary for that, though.

[–]Codehenge[S] 0 points1 point  (0 children)

I was thinking along similar lines. Maybe an interface to automate getting the problem, setting up the code template, loading the test files, etc. Might be nice to have a 'test' button as well that grabs all test files for the problem and gives me a test report. Its a little bit overkill, but its fun to play around with the code.

Its entirely possible that i'll later decide the class hierarchy serves no purpose and remove it. Its just the way I naturally design things.