Skip to content

Commit 14ec2f8

Browse files
authored
Fix line lengths
1 parent 2e1c2d4 commit 14ec2f8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

_testimonials/anonymous-game-developer.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ keywords:
88
quote: It's like 'Python with type inference' — but even better!
99
---
1010

11-
I'm gradually learning F#, and even though I haven't explored OOP or more advanced language features yet, I find it strikingly clearer than C#. It's like 'Python with type inference' — but even better!
11+
I'm gradually learning F#, and even though I haven't explored OOP or more advanced language features yet,
12+
I find it strikingly clearer than C#. It's like 'Python with type inference' — but even better!
1213

13-
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.
14+
When I first tried C#, I kept thinking: 'Why can't types be inferred automatically?'
15+
Dynamic languages like Python hid the types, but sacrificed the type safety that I loved about C#.
16+
F# finally gives me the best of both worlds: C#'s power without manual type annotations.
1417

15-
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.
18+
I'm still a beginner (no quizzes please—I'm soaking it in slowly!),
19+
but that rare 'this is exactly what I’ve been searching for' feeling? F# delivers that. Truly refreshing.

0 commit comments

Comments
 (0)