You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a separate atom-java-project package which parses/indexes all java related project content (build properties, classes, java sources, etc) and provides centralized java configuration. It will be used by autocomplete-java, linter-javac and other java related packages.
Move additional logic to separate packages. Packages use services of atom-java-project and autocomplete-java.
Replace promises with async-await
Rewrite quick and ugly hacks
Write unit test while refactoring code.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: