Digital
Digital copied to clipboard
In "PinInfo.java", "output" method to create output pins accepts only the pin name, but no pin description, contrarily to input method. Why ?
This is boring because when we want to attach a description to an output pin, we can't use the output method.
It would have been more logical and coherant to have the output methods having the same prototype than the input method.
My two cents.
It would be interesting to refactor and change this.