36

Was practicing kotlin today.
After finishing a file I ran the clean the code thingy and it removed 137 semicolons.
Its gonna take some time getting used to not ending with ;

Comments
  • 2
    Best decision of your life.
  • 3
    Then you will forget them always when coding with other languages
  • 0
    @electrineer my exact fear haha
  • 2
    The amazing thing is, these semicolons does not cause any syntax errors. Your habit to end with semicolon won't be lost because of that :)
  • 1
    @illegaldisease very true! I still write my code with semicolons so that I dont get into the habit of excluding them with languages that need them. The little yellow syntax markers annoy me though, so I like to remove them after :)
Add Comment