Skip to content
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

Docs: Change "Packages that wrap external libraries or programs should be named after those libraries or programs" to "Packages that wrap external libraries or programs can be named after those libraries or programs" #53567

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Mar 2, 2024

Before this PR:

Packages that wrap external libraries or programs should be named after those libraries or programs.

I think that "should" is a little too strong.

After this PR:

Packages that wrap external libraries or programs can be named after those libraries or programs.

Motivation

This might make it a bit easier to convince package authors that they can use a longer more descriptive name for their package, instead of needing to exactly match the name of the underlying software that they are wrapping.

Suppose for example that someone is making a Julia package to wrap a piece of software named HW. Under the "should be named..." guideline, this would lead the package author to register a Julia package named HW.jl. Personally I'd like to encourage longer and more descriptive names. So, under the "can be named..." guideline, the author won't feel like the Julia package needs to be named HW.jl, and thus they might be more amenable to a longer name such as HelloWorld.jl.

…d be named after those libraries or programs" to "Packages that wrap external libraries or programs can be named after those libraries or programs"
@DilumAluthge DilumAluthge added docs This change adds or pertains to documentation packages Package management and loading labels Mar 2, 2024
@DilumAluthge DilumAluthge marked this pull request as ready for review March 2, 2024 23:08
@KristofferC KristofferC merged commit 4d5a20d into master Mar 4, 2024
12 checks passed
@KristofferC KristofferC deleted the dpa/wrap-should-can branch March 4, 2024 11:36
tecosaur pushed a commit to tecosaur/julia that referenced this pull request Mar 4, 2024
…d be named after those libraries or programs" to "Packages that wrap external libraries or programs can be named after those libraries or programs" (JuliaLang#53567)

Before this PR:

> Packages that wrap external libraries or programs should be named
after those libraries or programs.

I think that "should" is a little too strong.

After this PR:

> Packages that wrap external libraries or programs can be named after
those libraries or programs.

## Motivation

This might make it a bit easier to convince package authors that they
can use a longer more descriptive name for their package, instead of
needing to exactly match the name of the underlying software that they
are wrapping.

Suppose for example that someone is making a Julia package to wrap a
piece of software named `HW`. Under the "should be named..." guideline,
this would lead the package author to register a Julia package named
HW.jl. Personally I'd like to encourage longer and more descriptive
names. So, under the "can be named..." guideline, the author won't feel
like the Julia package needs to be named HW.jl, and thus they might be
more amenable to a longer name such as HelloWorld.jl.
mkitti pushed a commit to mkitti/julia that referenced this pull request Apr 13, 2024
…d be named after those libraries or programs" to "Packages that wrap external libraries or programs can be named after those libraries or programs" (JuliaLang#53567)

Before this PR:

> Packages that wrap external libraries or programs should be named
after those libraries or programs.

I think that "should" is a little too strong.

After this PR:

> Packages that wrap external libraries or programs can be named after
those libraries or programs.

## Motivation

This might make it a bit easier to convince package authors that they
can use a longer more descriptive name for their package, instead of
needing to exactly match the name of the underlying software that they
are wrapping.

Suppose for example that someone is making a Julia package to wrap a
piece of software named `HW`. Under the "should be named..." guideline,
this would lead the package author to register a Julia package named
HW.jl. Personally I'd like to encourage longer and more descriptive
names. So, under the "can be named..." guideline, the author won't feel
like the Julia package needs to be named HW.jl, and thus they might be
more amenable to a longer name such as HelloWorld.jl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation packages Package management and loading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants