-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed for selecting catogory #58
Comments
Hello, Thanks for asking. On Mon, Mar 7, 2016 at 7:21 AM, Jalem Raj Rohit
You may want to consider using a more descriptive name in line with Best, |
Yeah, but I chose the name to be easily searchable by newcomers, so maybe I'll stick with it. (However, I'll probably change it's name for a more clear and easy one later!). Thanks for the suggestion.
I see that(but not sure) the repo in the second link isn't being actively developed. However, you are right that the name clashes with However, the primary aim for developing this package is to help competitive programmers get up to speed with implementing algorithms in Julia (sort of a central repo with So, as Julia.jl is a comprehensive source for Julia packages, this might be a good place to include it's link, so that it becomes more easily visible for new comers. |
On Mon, Mar 7, 2016 at 2:17 PM, Jalem Raj Rohit
Algorithms are listed on this page : As regards search by newcomers, a package gains popularity by virtue
There is some misunderstanding. HTH, |
Thanks for a clear explanation. I think it might come under the So, I'll submit a PR, once the package gets better with more implementations. Thanks for being helpful! |
I agree with @svaksha here... Algorithms is a very broad term... you'll want to change that (see http://docs.julialang.org/en/release-0.4/manual/packages/#guidelines-for-naming-a-package). Likely if/when you decide to register your package on METADATA (see http://docs.julialang.org/en/release-0.4/manual/packages/#tagging-and-publishing-your-package) you'll probably get additional pushback on the name. May I suggest something like: |
@tbreloff Woah, nailed it with the name 😄 Yeah, I'll narrow down the scope and concentrate on search and sort algos. then! |
@svaksha Thank you 😄 |
I think my package: Algorithms.jl would make good addition to the existing list of packages.
This included the implementation of algorithms used for competitive programming and competitive data science.
So, can someone suggest a category which suits the package, so that I can go forward and send a PR.
The text was updated successfully, but these errors were encountered: