10 Tweets 2 reads Mar 29, 2023
Become a Pro Coder.
AI-Enhanced Code Editor in Your Browser.
Maximize your productivity by using these features while coding.
Thread:
1. Readable
- Make this code more readable. Document this, maybe fix typos, clean variable or function names and make it tidy.
2. Fix the Bug
- Find any bug in this code that can cause either a program crash, build fail, or seems like a logical bug. also leave comments to describe what you fixed.
3. Debug
- Make this code easier to debug, which can be done with proper code formatting, using logger to log output statements and leaving valuable comments.
4. Clean
- Clean up this code to make it more tidy and concise. make optimizations to make this code look pretty.
5. List Steps
- Document the steps of this code, and how it works for every possible step.
6. Make Robust.
- Make this code more performant and robust. fix any performance optimizations and bugs that might increase the performance of the code. Also, leave comments to describe what you did.
7. Document
- Document this code by comments.
Explore more here:
🔗 codedamn.com
That's a wrap!
If you enjoyed this thread:
1. Follow us @codedamncom
for more of these.
2. Retweet the first tweet above to share with your friends.

Loading suggestions...