|
|
|
|
|
by dyanaraps
2459 days ago
|
|
> The only remark I have regarding code quality is that the word splitting warning is disabled for the entirety of kiss: I would have disabled it on a per-occurence basis. There are 8 occurrences of word splitting in the source, each and every one is intentional. I also enable all lint errors when working on the package manager itself (to catch any unintentional word splitting which may slip through my fingers). The ideal goal is to reduce the word splitting count to zero though! :) (I'll go ahead and make the change you're suggesting until I do remove all word splitting). |
|