Rosetta Code:TODO: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎TODO: Added code tag check task)
(→‎TODO: Removed code -> tt task, changed old GeSHi -> new GeSHi task)
Line 10: Line 10:
* Go through the "needs-review" and "incorrect" examples on the [[String length]] and [[Bitwise operations]] pages and make sure they're correct.
* Go through the "needs-review" and "incorrect" examples on the [[String length]] and [[Bitwise operations]] pages and make sure they're correct.
* Copy/modify code from [[Loop Structures]] to pages in [[:Category:Iteration]].
* Copy/modify code from [[Loop Structures]] to pages in [[:Category:Iteration]].
* Change <nowiki><lang></lang> tags to <code lang></code></nowiki> tags. Check for correct highlighting as you go and discuss problems [[Village Pump:Home/Syntax Highlighting‎|here]].
* Change <nowiki><language></language> tags to <lang language></lang></nowiki> tags. Check for correct highlighting as you go and discuss problems [[Village Pump:Home/Syntax Highlighting‎|here]].
* Check pages for <nowiki><code> tags that were intended to be inline with text and change them to <tt></nowiki> tags.
*<s>Check pages for <nowiki><code> tags that were intended to be inline with text and change them to <tt></nowiki> tags.</s> Unnecessary due to switch to lang tags.


==Ideal Minimum Penetration==
==Ideal Minimum Penetration==

Revision as of 21:11, 29 January 2009

Here's a list of "Someone needs to..." items. If you're looking for something to do, you can always do something on this list.

TODO

Ideal Minimum Penetration

Tasks

Tasks should have a minimum language penetration of 25% of the languages on Rosetta Code. That is to say, if there are 100 languages on Rosetta Code, a task should have examples in at least 25 languages. An exception to this would be if there are fewer than 25 languages capable of implementing the task.

Languages

Languages should have a minimum penetration of 25% of the tasks on Rosetta Code. That is to say, if there are 100 tasks on Rosetta Code, a language should have examples written for at least 25 tasks. An exception to this would be if there aren't enough tasks in the language's domain for this to be possible. (Though if this is the case, there should be discussion aimed toward introducing tasks that fall in a given language's domain.)