Skip to content

Commit

Permalink
Documentation | Started Writing 'What I Learned - Kotlin' (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPlum committed May 21, 2020
1 parent e789eef commit 4646e9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ improve the performance of my graphing algorithm, so my solution input didn't ta
## What I Learned

### Kotlin & Kotlin Gradle DSL
A friend of mine had been raving about Kotlin for months at work, and I finally decided to start learning it when I
started the Advent of Code. Having written in nothing but Java 10 hours a day for 2 years, I was amazed by how easy it
was to pick the language up. The first thing I noticed was how succinct the language was syntactically. Most simple
functions could be one-liners; return types were mostly implicit; and data classes turned huge Java bean classes into
one line too.

### Data Structures & Algorithms
Graphs, trees and mazes were a common theme and meant that path-finding algorithms were common.
Expand Down

0 comments on commit 4646e9e

Please sign in to comment.