What are the source code limits? Iâm trying to upload a fairly complex solution to the platinum rift game, but I get hit with a submission too large error. Imho, considering itâs a 3 week contest, I find it very odd to put limits on the submission size (particularly quite low limits).
Size limit is 50k chars, which is actually not that low.
You might want to remove comments, make your attributes public instead of having getters/setters (if youâre using an OO language), use tabs instead of spaces for indentation, and so on⌠There are a lot of useless chars that can be spared without losing too much readability
Itâs really annoying to have such a low code size limit. One should not delete code comments to submit an improvement.
I vote for an increased code-size limit!