Skip to content

Commit 7741e45

Browse files
committed
Apply suggestions from code review
1 parent 6e01289 commit 7741e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/_posts/2023-12-08-migration-to-scala-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ title: "Scala 3: My migration journey"
66
description: I want to share my journey from Scala 2 to Scala 3 and discuss migration to Scala 3
77
---
88

9-
I want to share my journey from Scala 2 to Scala 3 and discuss migration to Scala 3.
9+
My name is Jay, I am a software engineer and developer advocate. We've recently migrated the project from Scala 2 to Scala 3 at $WORK, and in this article, I'd like to share the lessons learned and tips.
1010

1111
## Implicit context
1212

13-
I am just a software engineer. Before doing any actual personal work, based on the internet discussions, I had an impression that switching to Scala 3 would be quite painful — in practice, it was pretty straightforward.
13+
Before doing any actual personal work, based on the internet discussions, I had an impression that switching to Scala 3 would be quite painful — in practice, it was pretty straightforward.
1414

1515
In retrospect, our experience was determined by the technology stack and tools that I (and my team) use: microservices, Typelevel stack, VS Code with Metals, and, most importantly, no macros. It might not be as smooth if any of these wasn't the case.
1616

@@ -50,7 +50,7 @@ Thanks to the [interoperability](https://docs.scala-lang.org/scala3/guides/migr
5050

5151
## Step 2. Draw the rest of the owl
5252

53-
After all the meetings and/or writings comes the time to do the actual work. When you have concrete questions or action items, remember that [Scala 3 migration guides](https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html) are your friends. For example, it covers how to port compiler options and build configurations. Great reference resource.
53+
After all the meetings and/or writings comes the time to do the actual work. When you have concrete questions or action items, remember that [Scala 3 migration guides](https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html) are your friends. For example, they cover how to port compiler options and build configurations. Great reference resource.
5454

5555
> Note that you can find further help from the community on [Scala Discord](https://discord.com/invite/scala).
5656

0 commit comments

Comments
 (0)