Skip to content

Add a new testimonial #1010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions _testimonials/anonymous-game-developer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: anonymous-game-developer
bullets:
- An anonymous game developer
keywords:
- game
- gaming
quote: It's like 'Python with type inference' — but even better!
---

I'm gradually learning F#, and even though I haven't explored OOP or more advanced language features yet,

Check failure on line 11 in _testimonials/anonymous-game-developer.md

View workflow job for this annotation

GitHub Actions / lint

Line length

_testimonials/anonymous-game-developer.md:11:101 MD013/line-length Line length [Expected: 100; Actual: 105] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md013.md
I find it strikingly clearer than C#. It's like 'Python with type inference' — but even better!

When I first tried C#, I kept thinking: 'Why can't types be inferred automatically?'
Dynamic languages like Python hid the types, but sacrificed the type safety that I loved about C#.
F# finally gives me the best of both worlds: C#'s power without manual type annotations.

I'm still a beginner (no quizzes please—I'm soaking it in slowly!),
but that rare 'this is exactly what I’ve been searching for' feeling? F# delivers that. Truly refreshing.

Check failure on line 19 in _testimonials/anonymous-game-developer.md

View workflow job for this annotation

GitHub Actions / lint

Files should end with a single newline character

_testimonials/anonymous-game-developer.md:19:105 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md047.md
Loading