You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since many programming principles can be confusing and easily misinterpreted, i think adding some context in the comment could be helpful. In addition to giving a rule of thumb when to use composition over inheritance one could also print the public interface of the different classes.
The text was updated successfully, but these errors were encountered:
@ntindle that is a good idea, and thanks for looking into the project! A readme/documentation defining the specifications should be created. As a beginning i think the project readme can contain this information.
Going back to the topic; how much context would be useful in such detections? The comment from the Bot would potentially be very long and make more noise than neccesary. Maybe an option to enable "verbose-super hint mode" could be nice. Just thinking out loud!
Since many programming principles can be confusing and easily misinterpreted, i think adding some context in the comment could be helpful. In addition to giving a rule of thumb when to use composition over inheritance one could also print the public interface of the different classes.
The text was updated successfully, but these errors were encountered: