Wout Werkman
Wout Werkman
Well if Im only commenting on the readability of the logic, the getChildCheckboxes could be refactored to use flatMap ```JavaScript const getChildCheckboxes = (childNodes: ReactNode[]): string[] => { if (!Array.isArray(childNodes)){...
@hurricup You are right, thanks for the tip. I have updated the proposal accordingly
Yes you are right @JojOatXGME when it comes to the required modifiers. In case you are interested, in the pull request you can see that I declare the correct modifiers...
> This also means the fake rule string from the following example could not be sealed? Yes, I'd argue that it would not make sense to combine these, please let...
The concept of having rules with interface but without implementations are new to the PSI structure. There are many concepts that rely on this, such as `mixin`, `extends`, `elementType` etc....
@hfhbd That would be great indeed, luckily this isn't unique to Kotlin. I'd love your input on my proposal to add this to Java, so it can be utilized in...