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
I just googled for a Kotlin Stack class and found this library...
i'd like to open this up for discussion:
things that are currently undefined:
no POM -- was there ever any intent or success with: git submodule add https://github.com/<User>/Kotlin-Algorithm.git
?
no packages declared in the kotlin source -- curious things happen with root package in jvm
no README declaration of whether this lib attempts pure java or js stdlib -- inconsistent due to:
junit imports in the same hierarchy as the source code -- tests are nice... but this lib is inconsistent.
i'd like to use the simple Stack class and go back to playing with my own project... but my inclination is to suggest one of the active maintainers provide one or more or pom, gradle, and raw git submodule imports, with package hierarchy chosen ... git submodule add "Kotlin-Algorithm" into src/main/kotlin does not imply a pleasant packagename, but there's no reason it could not be robust as a git submodule.
for now i'm fine cutting and pasting these gems, but had to scratch my head a minute to figure out what is going on, an unexpected cost.
The text was updated successfully, but these errors were encountered:
I just googled for a Kotlin Stack class and found this library...
i'd like to open this up for discussion:
things that are currently undefined:
no POM -- was there ever any intent or success with:
git submodule add https://github.com/<User>/Kotlin-Algorithm.git
?
no packages declared in the kotlin source -- curious things happen with root package in jvm
no README declaration of whether this lib attempts pure java or js stdlib -- inconsistent due to:
junit imports in the same hierarchy as the source code -- tests are nice... but this lib is inconsistent.
i'd like to use the simple Stack class and go back to playing with my own project... but my inclination is to suggest one of the active maintainers provide one or more or pom, gradle, and raw git submodule imports, with package hierarchy chosen ... git submodule add "Kotlin-Algorithm" into src/main/kotlin does not imply a pleasant packagename, but there's no reason it could not be robust as a git submodule.
for now i'm fine cutting and pasting these gems, but had to scratch my head a minute to figure out what is going on, an unexpected cost.
The text was updated successfully, but these errors were encountered: