Talk:Count in octal: Difference between revisions

number conversion is not a requirement of this task
(number conversion is not a requirement of this task)
Line 8:
:::Be careful with your modifiers. We have plenty of good tasks that run for "a really long time"/"forever". [[Lucas-Lehmer test]] and [[Loops/Infinite]] are good examples. In any case, if the range were smaller I would still call it a duplicate. --[[User:Mwn3d|Mwn3d]] 20:10, 6 June 2011 (UTC)
:::: I do not like those tasks either. That said, "forever" really means "until interrupted". --[[User:Rdm|Rdm]] 20:18, 6 June 2011 (UTC)
 
:The other task mentions number conversion routines. For this task it may be possible to use native octal, rather than number conversion. However, this is not a requirement, so if the language does not support octal, then number conversion is permitted. IMHO It is better to split the common bases (hex,dec,oct,bin) into separate tasks, rather than having one task to implement them all, because a dedicated implementation may be smaller and more efficient than a multibase implementation, so if you are writing an application that has a primary purpose of dealing with octal numbers, it would be better to use dedicated octal number manipulation routines. --[[User:Markhobley|Markhobley]] 20:35, 6 June 2011 (UTC)