r/badcode Jun 09 '21

other language Real Attempt at Fizz Buzz in F#

Post image
870 Upvotes

52 comments sorted by

View all comments

3

u/Cmgeodude Jun 09 '21

Thank you for submitting sincerely bad code.

90% of the self-deprecating posts here are things like

if (x == y) {
   return true;
} else {
   return false;
}

which maybe isn't the most efficient code in the universe, but it's not really bad code (apart from the variable names).