Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Convert the app to Kotlin #191

Open
mikehearn opened this issue Jul 3, 2015 · 1 comment
Open

Convert the app to Kotlin #191

mikehearn opened this issue Jul 3, 2015 · 1 comment

Comments

@mikehearn
Copy link
Contributor

Kotlin is a better language than Java 8 and IntelliJ can do almost all the conversion automatically. What pops out isn't always the most concise way to write things, but it's usually pretty good and of course the project still compiles just fine afterwards.

Some bits of the app are already converted. This issue tracks the rest.

mikehearn added a commit that referenced this issue Jul 22, 2015
• Remove the DiskManager and with it disk watching in all but the server.
• Fixes some bugs and deletes a lot of last minute pre-beta hacks.
• Converts the directory watcher code to Kotlin and adds duplicate suppression so the server doesn't try and load half-copied files anymore.

Fixes #190
Makes progress on #191
@mikehearn
Copy link
Contributor Author

Kotlin is now at ~20% of the codebase.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant