10 ms·
These are generally written as k2, k6, etc. -- is there a reason why you reversed them?
by mrosethompson 2y ago
These are generally written as k2, k6, etc. -- is there a reason why you reversed them?
- afc 2y agoOh, good point, I might swap them. I think you're right. I sometimes print something like "8(K P)" where I think putting the number in front makes more sense. But yeah, I think if there are no parentheses, I should just print it as you suggest. Thank you!
- afc 2y agoOK, I've adjusted the output accordingly (https://github.com/alefore/knit/commit/b08f1d1957acf7b37c2cf0bd190aabb3a969af65 https://github.com/alefore/knit/commit/b08f1d1957acf7b37c2cf...).