-
-
Notifications
You must be signed in to change notification settings - Fork 629
Create Chronological Wiki Table #299
Copy link
Copy link
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementAny code that improves the repoAny code that improves the repo
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementAny code that improves the repoAny code that improves the repo
Type
Projects
Status
Done
I'm interested in finding other ways to organize the current data. For instance, it would be cool to have a chronological table to organize the languages by the year they came out.
The main problem is, however, that we're going to end up with a lot of duplicate information. In other words, we might have a table where Python appears under "P" as well as "1991." As a result, any changes to one table would need to be made in the other.
I'm wondering if there's a better way to handle this.