WikiJava:Code requestsFrom WikiJavaYou need a piece of example code which is still missing on this website? In the Talk:Code_requests of this page you may post your code requests. HOW TO request codeIn this talk page anyone can request a piece of code. Creating a new requestNavigate to the Talk:Code_requests. Click on the + link at the top of the page to add a new comment to this discussion (alternatively you can press alt-+) at the end of the text add the string: == {title} ==
Where {title} is a distinctive title for the request, it must be short and indicative of the code requested For example: If you need to see an example code regarding the use of the finally keyword, you must write something similar to: == finally keyword example == Explaining the code you needBe as clear as possible, explain the code you need in detail using clear English language. Don't ask for complex software because it is unlikely that anyone will want to do your job for free. The code exposed on JavaWiki is to be consider for the sole educational use. It may be useful to state clearky why do you need that code and what would you like to learn from it, in this way the programmer who will answer to your request will be able to make the code you will need. Explaining it in a way to make the point clear. For example: The explanation for the code to show an example about the finaly keyword, you may write: I need an example class to better understand the use of the finally keyword, it is not so clear to me when the finally is executed and why that's needed, Thank you, Giulio 15:33, 24 December 2007 (CET) |
