User talk:Demivec: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Various solutions: One way to handle multiple solutions.)
Line 15: Line 15:
</pre>
</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)
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)
:Yes, thank you Michael. Though it didn't seem to be needed in the actual case this is good to know for future concerns - I'll keep it in mind. --[[User:Vera|Vera]] 09:51, 9 March 2010 (UTC)

Revision as of 09:51, 9 March 2010

Welcome to Rosetta Code! I'm Mike, and I noticed you created an account.

Some quick things you should be aware of:

Template:Mylang Helps you show what languages you're familiar with, and helps us become aware of skills with languages we haven't seen.
Category:Unimplemented tasks by language A place to find tasks missing solutions in various languages.
Blogs, twitter, facebook... We have them, and are interested in yours.
Special:Webchat Logs you into #rosettacode on the Freenode IRC channel. Not usually the most active communications medium, but occasionally helpful. It's logged at http://irclog.perlgeek.de/rosettacode/today.
Rosetta Code:Village Pump A general Q/A and discussion area.
Rosetta Code:Finances For most of Rosetta Code's history, expenses have been paid out of my pocket. I can't afford that much longer, and so you can see the state of Rosetta Code's finances, and how you may help. If you enjoy or are excited about the site, please consider reading through it.

Sorry for the boilerplate; it can be a bit difficult giving an individual greeting to each person. If you post information about your technical interests and background, I'll probably read it. If you already have put that kind of information on your user page, I probably already have; I'm always interested in how people do and can benefit from Rosetta Code. --Michael Mol 04:50, 27 February 2010 (UTC)

Various solutions

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? --Vera 19:25, 8 March 2010 (UTC)

If there are two valuable, alternate solutions, the usual thing to do would look something like this:
=={{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>

If neither solution holds some particular advantage over the other, then it's best to just pick one. Hope that helps. --Michael Mol 22:26, 8 March 2010 (UTC)

Yes, thank you Michael. Though it didn't seem to be needed in the actual case this is good to know for future concerns - I'll keep it in mind. --Vera 09:51, 9 March 2010 (UTC)