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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Describe the technical debt
An empty method, especially if it lacks comments or clear documentation, might indicate an intentionality issue—it becomes unclear whether the method was intentionally left empty or if it's a placeholder that needs implementation.
Issue screenshot
Proposed solution
Make it a constructor and Throw an exception if this constructor is accidentally called from within the class.
Describe the technical debt
An empty method, especially if it lacks comments or clear documentation, might indicate an intentionality issue—it becomes unclear whether the method was intentionally left empty or if it's a placeholder that needs implementation.
Issue screenshot
![WhatsApp Image 2023-11-28 at 4 47 38 AM](https://private-user-images.githubusercontent.com/101367695/286055330-04fed5ae-b257-4063-bed8-97ddb7f677f0.jpeg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODc0NTcsIm5iZiI6MTczOTE4NzE1NywicGF0aCI6Ii8xMDEzNjc2OTUvMjg2MDU1MzMwLTA0ZmVkNWFlLWIyNTctNDA2My1iZWQ4LTk3ZGRiN2Y2NzdmMC5qcGVnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTEzMjM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTkwYjhhZGI3NDg4MGE0MDA4MWIwYzkxNWUyMWQ4MDNjM2M0NmNmYzhiODIxMjlkNjRmNGRiNmQwYWZlYTZkNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.6Bsiw2_rZQ_sFonHZ-66USOTUHJ_y0Rbz9oXwR6-jVc)
Proposed solution
Make it a constructor and Throw an exception if this constructor is accidentally called from within the class.
Commit Id
0ada16e
The text was updated successfully, but these errors were encountered: