Talk:Sum of prime factors for a range of numbers: Difference between revisions

From Rosetta Code
Content added Content deleted
 
mNo edit summary
Line 3: Line 3:
(1) This needs to be marked as a draft task.
(1) This needs to be marked as a draft task.


(2) The spec should describe the result rather than the algorithm. For example "Initialise an array of fixed size to zero" is either extremely language specific or extremely ambiguous as a specification.
(2) The spec should describe the result rather than the algorithm. For example "Initialise an array of fixed size to zero" is either language specific or ambiguous as a specification (or maybe just useless).


(3) This needs some examples.
(3) This needs some examples.

Revision as of 21:04, 3 August 2016

Some severe problems here

(1) This needs to be marked as a draft task.

(2) The spec should describe the result rather than the algorithm. For example "Initialise an array of fixed size to zero" is either language specific or ambiguous as a specification (or maybe just useless).

(3) This needs some examples.

Overall, this sounds like an easy thing to accomplish but the current lack of any working code (and the lack of examples) points at some problems with how this is being conceived. --Rdm (talk) 21:04, 3 August 2016 (UTC)