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

Rename ProcessList to ProcessTable throughout #1294

Merged
merged 2 commits into from
Aug 31, 2023

Conversation

natoscott
Copy link
Member

Following up with some discusson from a few months back,
where it was proposed that ProcessTable is a better name.
This data structure is definitely not a list ... if it
was one-dimensional it'd be a set, but in practice it has
much more in common with a two-dimensional table.

The Process table is a familiar operating system concept
for many people too so it resonates a little in that way
as well.

In terms of functionality, this change is a no-op.

CommandLine.c Outdated Show resolved Hide resolved
Following up with some discusson from a few months back,
where it was proposed that ProcessTable is a better name.
This data structure is definitely not a list ... if it
was one-dimensional it'd be a set, but in practice it has
much more in common with a two-dimensional table.

The Process table is a familiar operating system concept
for many people too so it resonates a little in that way
as well.
@natoscott natoscott merged commit 9392e1d into htop-dev:main Aug 31, 2023
12 checks passed
@natoscott natoscott deleted the process-table branch September 1, 2023 00:01
@BenBE BenBE added the code quality ♻️ Code quality enhancement label Sep 9, 2023
@BenBE BenBE added this to the 3.3.0 milestone Sep 9, 2023
BenBE added a commit that referenced this pull request Sep 9, 2023
Accidentally introduced by merging #1254
Caused by refactor in #1294

Fixes #1300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality ♻️ Code quality enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants