User talk:Demivec: Difference between revisions

→‎Various solutions: One way to handle multiple solutions.
(→‎Various solutions: new section)
(→‎Various solutions: One way to handle multiple solutions.)
Line 4:
 
Hello Demivec, looks like one cannot have twice the same header on one task-page, as the following entry in the row seems to be removed automatically. But if both solutions are valuable in itself, one could add a further one as alternativ way and point out the reason when it's of advantage. What do you think? --[[User:Vera|Vera]] 19:25, 8 March 2010 (UTC)
 
: If there are two valuable, alternate solutions, the usual thing to do would look something like this:
<pre>=={{PureBasic}}==
===Header for first solution===
Description of what is significant about the first solution.
<lang purebasic>First solution</lang>
===Header for second solution===
Description of what is significant about the second solution.
<lang purebasic>second solution</lang>
</pre>
If neither solution holds some particular advantage over the other, then it's best to just pick one. Hope that helps. --[[User:Short Circuit|Michael Mol]] 22:26, 8 March 2010 (UTC)