here's an idea regarding the contents of https://github.com/Kotlin/KEEP/: it would help if implemented KEEPs would be easier to filter out, e.g. by putting them in a separate directory. Not sure what about you, when browsing the repo, I mainly care about KEEPs in progress
Piotr Krzemiński
11/13/2024, 8:14 AM
currently there are some dirs with kinds of proposals like
stdlib
,
js
so they probably should stay, but it's not obvious what the new hierarchy would look like - should the dirs like
stdlib
be present in the
implemented
directory?
b
Ben Woodworth
11/15/2024, 5:27 PM
I browse the KEEPs through the PR page, which has all the filtering/sorting I need. Have you given that a try?
I'd also be worried about backlinks breaking if the files are moved, since enough people directly link to the keep proposals from elsewhere