#documentation
Read more stories on Hashnode
Articles with this tag
Beginners are afraid to remove code. And many seniors too. · TL;DR: Don't leave commented code. Remove it. Problems Readability Dead Code Lack of...
We buy debt for our future selves. It is payback time · TL;DR: Don't leave TODOs in your code. Fix them! Problems Technical Debt Readability Lack of...
Comments are often a code smell. Inserting them inside a method calls for an urgent refactor. · TL;DR: Don't add comments inside your methods. Extract...
Breaking the code to favor readability asks for refactor. TL;DR Don't add empty lines to your methods. Extract...
The code has lots of comments. Comments are coupled to implementation and hardly maintained. · TL;DR: Leave comments just for important design...