Posted 21 July 2017 - 03:37 PM
So you've run into a problem with your code and need help; before you write that ask a pro post I ask you to consider a few points.
First, check if your problem has been encountered before.
Search for the problem, you may find someone else's question and it may help you. The search feature on the forums is not the most powerful so I would recommend Google. theoriginalbit wrote a tutorial on how to google effectively, I assume that other search engines have similar features.
Google may or may not lead you to some FAQ or Before You Ask posts, check these.
Remember to not necro post.
Second, make your post easy to read.
It's hard to solve a problem when you can't read the information you need, that information may be present in the post but it can be buried under noise. Try to keep your post short and clear, the easier it is to read the quicker the pros will be able to identify the issue and guide you to a solution.
Quite frequently ask a pro posts are "my code doesn't work" and little else. So I'm going to provide a template.
If your code is short, put it in code tags in the post. the tags look like this [.code] [./code] (you will need to remove the . on both of those) alternatively you can click the <> button under the smiley face on the post editor.
If your code is longer then please put it on pastebin or some similar website (remember to add a link to it in your post). Computercraft can upload to pastebin for you with the pastebin put command. If the code is very long then you may want to post a snippet of where you think the error is.
Give your posts helpful titles, try to describe your issue in one sentence.
I've mentioned errors, if you get an error then post it, screenshots are best. The format usually is filename:lineNumber: error description and all of this information is needed to be useful.
First, check if your problem has been encountered before.
Search for the problem, you may find someone else's question and it may help you. The search feature on the forums is not the most powerful so I would recommend Google. theoriginalbit wrote a tutorial on how to google effectively, I assume that other search engines have similar features.
Google may or may not lead you to some FAQ or Before You Ask posts, check these.
Remember to not necro post.
Second, make your post easy to read.
It's hard to solve a problem when you can't read the information you need, that information may be present in the post but it can be buried under noise. Try to keep your post short and clear, the easier it is to read the quicker the pros will be able to identify the issue and guide you to a solution.
Quite frequently ask a pro posts are "my code doesn't work" and little else. So I'm going to provide a template.
My code does this/produces this error… (different paragraphs with gaps help distinguish different parts of text)
I want it to do this…
Here's my code…and please use code tags
If your code is short, put it in code tags in the post. the tags look like this [.code] [./code] (you will need to remove the . on both of those) alternatively you can click the <> button under the smiley face on the post editor.
If your code is longer then please put it on pastebin or some similar website (remember to add a link to it in your post). Computercraft can upload to pastebin for you with the pastebin put command. If the code is very long then you may want to post a snippet of where you think the error is.
Give your posts helpful titles, try to describe your issue in one sentence.
I've mentioned errors, if you get an error then post it, screenshots are best. The format usually is filename:lineNumber: error description and all of this information is needed to be useful.
Edited on 31 March 2019 - 12:49 PM