freeCodeCamp: Poorly worded challenge: Project Euler: Problem 2: Even Fibonacci Numbers

Describe your problem and how to reproduce it: The current challenge description makes it sound like n terms have to be generated while what we’re checking for is the current term to be less than n

Add a Link to the page with the problem: https://www.freecodecamp.org/learn/coding-interview-prep/project-euler/problem-2-even-fibonacci-numbers

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 21 (18 by maintainers)

Most upvoted comments

@ChoukseyKhushbu I believe we have already decided not to reword the instruction and instead focus on adding extra tests.

True. My wording looks a little weird unless already know what’s going on. Arguably even then.

Let’s go with your wording. I think it conveys what I wanted to, but does so a little better.

It’s unclear to me what you guys decided on … Or an additional test, Your function should sum the even-valued Fibonacci numbers: fiboEvenSum(8) should return 10. I think you wanted an additional test.

Sorry for letting this slide - yes, that’s what I think should happen.

This one is probably on the easier side versus some of the others as well. How much are we willing to alter Rosetta and Euler descriptions to help people understand things?

Adding extra tests is effectively adding to the description, so I think that’s enough. Any more than that and we start diverging from Project Euler while still calling the section ‘Project Euler’.

Okay, cool. I think any broader discussion of Project Euler would be better in its own thread.

As for this one, does anyone have any more thoughts on clarification via tests? If not, I think this would be a good issue for first timers.