Talk:Box the compass: Difference between revisions

(→‎Capitalization?: Added my tupenny's-worth.)
Line 8:
::I like the way you've done it. Coding all 32 points is done so compactly and you skip all the logic for choosing quarters. Neat! --[[User:Paddy3118|Paddy3118]] 12:53, 28 March 2011 (UTC)
:In my VB.net implementation I chose to build the list of points into an array beforehand and keep it separate from the calculation subroutine. It was implemented in a similar way to the Python routine otherwise. Admittedly, it'd probably have been more efficient just to write the list of points straight into the array, but would have been far less interesting that way! --[[User:TheMadman|TheMadman]] 13:31, 28 March 2011 (UTC)
:For J, I decided to do the simple thing, and then I fix the result by preventing the text of the first word from appearing multiple times in multi-word names. --[[User:Rdm|Rdm]] 15:35, 28 March 2011 (UTC)
 
== Capitalization? ==
6,962

edits