Rosetta Code:TODO: Difference between revisions

Moved some tasks to a new "Ongoing" section
(→‎Tasks Awaiting Discussion: Variables was marked as similar to Scope Modifiers)
(Moved some tasks to a new "Ongoing" section)
Line 2:
 
=TODO=
 
* Look through the [[:Category:WikiStubs|stubs]], and research and fill in useful information. Cite sources as needed, of course. Remove stub template when done with each page.
* Comb through the suggestions on the [[Help:Request a new programming task|task request]] page and put a few together. Or drop some into a "Questionable" category, so they can be debated.
* Merge similar tasks together:
** [[Singly-linked list]] from [[Singly-Linked List (element)]], [[Singly-Linked List (element insertion)]], [[Singly-Linked List (traversal)]]
** [[Doubly-Linked List]] from [[Doubly-Linked List (element)]], [[Doubly-Linked List (element insertion)]]
** [[Basic array operations]] from [[Creating an Array]], [[Assigning Values to an Array]], [[Retrieving an Element of an Array]]
* 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]].
* 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.
** It would be nice to have the common mistake of <nowiki><lang name>...</lang name></nowiki> either fail hard or silently be fixed to the proper form of <nowiki><lang name>...</lang></nowiki>. Otherwise, it hides all subsequent page content until it finds an correct <nowiki></lang></nowiki> end tag.
==Ongoing==
* Look through the [[:Category:WikiStubs|stubs]], and research and fill in useful information. Cite sources as needed, of course. Remove stub template when done with each page.
* Comb through the suggestions on the [[Help:Request a new programming task|task request]] page and put a few together. Or drop some into a "Questionable" category, so they can be debated.
* Go through the "needs-review" and "incorrect" examples on the [[String length]] and [[Bitwise operations]] pages and make sure they're correct.
* Add features and paradigms to all language pages using parameters in [[Template:Language]] and [[Template:Language programming paradigm]]
** Add features and paradigms to the LCT where missing and known
*<s>Move information from [[:Category:Programming Paradigms]] to their appropriate pages in [[:Category:Programming paradigm]], or merge these categories in some other appropriate way.</s>
*Break extra long examples out into their own pages (similarly to [[99 Bottles of Beer#An object-oriented solution]] and [[99 Bottles of Beer/C++/Object Oriented]]) to reduce server load when loading and editing these pages. [[Special:LongPages]] may be a good place to look.
==Automation Candidates==
Anonymous user