Connect with us

Articles

Best Kotlin features that I value most as Java Developer

Recently I was tasked to upgrade a legacy Java project and I found myself irritated that some Kotlin features are not there so here I am writing my top list of Kotlin features I like the most.

I was working as Java Backend Developer for almost 5 years of my career and I am still a BackEnd Developer but last year I moved to Kotlin as a primary language for all my new projects. Recently I was tasked to upgrade a legacy Java project and I found myself irritated that some Kotlin features are not there so here I am writing my top list of Kotlin features I like the most:

  1. I don’t need to put semicolons at the end of the line anymore
  2. I have nice wrappers to work with arrays
  3. Put your functions in any place
  4. Easy to keep everything immutable
  5. ‘If’ statement can return value
  6. Do more at the same time
Full Article: Vlad Mykol @ Towards Dev

Advertisement

Trending