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
During the review, I encountered that the developer added the implementation of new methods to the end of the class, while in the interface these methods were described above. I remarked and asked to fix it for code consistency, but I realized that this is a stylistic remark, which means that it either shouldn't be made at all or should be implemented as an automatic tool.
During the review, I encountered that the developer added the implementation of new methods to the end of the class, while in the interface these methods were described above. I remarked and asked to fix it for code consistency, but I realized that this is a stylistic remark, which means that it either shouldn't be made at all or should be implemented as an automatic tool.
Example
Before fix:
After fix:
Notes:
ordered_class_elements
.The text was updated successfully, but these errors were encountered: