HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryanoptimus

no profile record

comments

ryanoptimus
·hace 2 años·discuss
Looks like bongard problems for the referenced problem solving tasks https://en.wikipedia.org/wiki/Bongard_problem
ryanoptimus
·hace 3 años·discuss
The argument is the fact it can have additional properties at runtime. In which case does it not make more sense to have Object.keys typed as `(keyof T & string)[]` Where it's typed as the keys but allows for additional string values too?