Rosetta Code:TODO: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎TODO: Programming paradigms dupes)
(Finished one)
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]].
*<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.
* Change ''all'' code examples and creation guides to use <nowiki><lang></nowiKi> instead of '''tt''' or '''pre'''. GeshiCodeTag will now quietly wrap those in HTML '''pre''' blocks. Use a standardized language ID for each language. I'll alias them to existing or newly supported language IDs as appropriate and possible.
* Change ''all'' code examples and creation guides to use <nowiki><lang></nowiKi> instead of '''tt''' or '''pre'''. GeshiCodeTag will now quietly wrap those in HTML '''pre''' blocks. Use a standardized language ID for each language. I'll alias them to existing or newly supported language IDs as appropriate and possible.
* Add features and paradigms to all language pages using parameters in [[Template:Language]] and [[Template:Language programming paradigm]]
* Add features and paradigms to all language pages using parameters in [[Template:Language]] and [[Template:Language programming paradigm]]
** Add features according to the [[Language Comparison Table]] where applicable
** <s>Add features according to the [[Language Comparison Table]] where applicable</s>
** Add features and paradigms to the LCT where missing and known
** Add features and paradigms to the LCT where missing and known
* Move information from [[:Category:Programming Paradigms]] to their appropriate pages in [[:Category:Programming paradigm]], or merge these categories in some other appropriate way.
* Move information from [[:Category:Programming Paradigms]] to their appropriate pages in [[:Category:Programming paradigm]], or merge these categories in some other appropriate way.

Revision as of 02:20, 6 June 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.)