Talk:Strip comments from a string: Difference between revisions

m
→‎White space: corrected typo of "above" (was "abouve" sic). -- ~~~~
(→‎29 of 36 languages were incorrect?: should clarify shortcomings, too)
m (→‎White space: corrected typo of "above" (was "abouve" sic). -- ~~~~)
Line 27:
== White space ==
 
Besides various problems abouveabove, why the requirement to trim whitespace? In particular, what's the point of trimming the leading whitespace? If whitespaces are significant in the underlying language(fortran, python, etc), trimming them mangles it; if not, then what does trimming achieve at all? --[[User:Ledrug|Ledrug]] 02:35, 10 September 2011 (UTC)
:See the section above on "Wayward space". I too think it odd to trim spaces too, but just took it as a requirement of the task that seemed odd to me, but that's what is called for. --[[User:Paddy3118|Paddy3118]] 06:04, 10 September 2011 (UTC)