Talk:Temperature conversion: Difference between revisions

→‎Celcius spellings: Celcius forever
m (→‎Celcius spellings: highlighted DWIN acronym. -- ~~~~!)
(→‎Celcius spellings: Celcius forever)
Line 19:
 
::::::: Google has a different purpose;   when somebody enters a word (or words) to be found, Google doesn't know (for sure) if the word is misspelled or not, as a matter of fact, it will find entries for misspelled words, and of course, things that aren't words at all.   Google's purpose is to assist in finding stuff.   The purpose of (my) temperature conversion is to convert a unit (or units) of temperature scales to another scale (actually, a set of temperature scales), and if the user enters (misspelled) celcius, I know what he meant to enter.   Google can't do that for certain, so it prompts the user and may go with the correct spelling (which is a judgement call, for it may be that the misspelled word is what the user wanted to find);   which is what my program does (goes with correct spelling).   Google, of course, allows the user to force Google to use the original word (or the correct spelled word, I suspect there is some heuristics going on), but that isn't applicable for this application (program) and would be waste of the user's time to force re-entering of the temperature scale, and without a hint, the user wouldn't necessarily know the correct spelling (unless the user knew it was a typo).   If a user specified ''celcius'', there isn't a need or reason to reject the request, and force a correction.   The conversion program isn't the grammar police, just a conversion tool.   I don't find fault with a program that rejects only but the correct spellings, I just feel it is less useful than a program that is more forgiving, and does, in effect, '''d'''o '''w'''hat '''I''' '''m'''ean (DWIM).   As I understood the task's description, it is to convert value(s) from some temperature scale(s) to another set of scales.   That it allows a user's feeble attempts at spelling is just a feature of the program.   The fact that ''celcius'' is a common misspelling, it means that many people must be using it.   Note that no misspelled words are shown in the (conversion) output except possibly for the input echo, the preferred spelling is used. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 07:40, 14 August 2013 (UTC)
 
::::::::: How about this then for my input of tc 10 Celsius to the modified program (Upper, as usual):
<pre>
------------------------------------------- 10 Celsius
10 Celcius
135 Delisle
etc.
</pre>
 
::::::::: ??? I'd rather tell people about errors they make (and I KNOW by experience you are doing that as well.) For an input of 10 Fahrenheit you show -12.222 Celcius thus propagating the misspelling. --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 08:24, 14 August 2013 (UTC)
 
:::::::: Should wp:Fahrenheit|Fahrenheit be wp:Degrees Fahrenheit|Fahrenheit ? What's the point of these tags? --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 05:17, 14 August 2013 (UTC)
2,295

edits