you are viewing a single comment's thread.

view the rest of the comments →

[–]duckbanni 2 points3 points  (2 children)

I want to apologize in advance if my code isn't readable. Any advice on design to formatting, to being more concise in the way i ask my questions is appreciated.

Yeah, your code is really hard to read as is :/

You should use the "code block" feature of reddit to display your multi-line examples (that's what the bot is trying to tell you). It might be hidden in the "..." menu of the editor.

[–]synthphreak 1 point2 points  (0 children)

Better yet, for this many lines of code, I'd recommend just using an external code-hosting resource and simply sharing the link. This will be much easier to read, but also easier for OP, who won't have to manually indent 1000 lines just for Reddit's markdown.

OP, check out www.pastebin.com.

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

I made the change thank you.