Talk:Letter frequency: Difference between revisions

m
→‎a few remarks for Rexx: corrected a typo. -- ~~~~
m (→‎typos and misspellings: added r-o-t (rule of thumb). -- ~~~~)
m (→‎a few remarks for Rexx: corrected a typo. -- ~~~~)
Line 48:
why not use cnt. ?
 
: Because it's my style of coding. I use '''@.''' for important stemmed arrays, and it makes it easier to find in the code where that stemmed array is referenced. Using such constructs as '''c.c''' is very confusing to a novice reader of REXX. There's two variables being used, '''c''' and '''c''', one is the stemmed array name, the other the stemmed array index. But --- defending one's programming style will just start a religious war, so there is no sense in pointing faults in another's coding sytlestyle. -- [[User:Gerard Schildberger|Gerard Schildberger]] 22:01, 25 July 2012 (UTC)
 
In the discussion I read: