olliestanley / politics

Extensive ultra-configurable self-serve community management system for Bukkit [Defunct]
https://olliestanley.github.io/politics
GNU Affero General Public License v3.0
1 stars 0 forks source link

look at rewriting file code to use nio #28

Closed olliestanley closed 5 years ago

olliestanley commented 5 years ago

Using NIO over IO will (hopefully) make the code cleaner in some places

However the configuration stuff within the Bukkit API which we use fairly extensively works with the old IO and it may be more hassle than it's worth.

olliestanley commented 5 years ago

Wouldn't be worth it due to how often we need to work with File objects to satisfy the Bukkit API anyway