Clean Code - Comments Are Lies

Topics covered
Popular Clips
Episode Highlights
Resharper
Resharper offers a range of functionalities that significantly enhance code formatting and organization. Joe Zack shares his cautious approach to using Resharper for code cleanup, highlighting its ability to perform extensive formatting tasks that he wouldn't typically undertake manually 1. Michael Outlaw adds that Resharper includes shortcuts for tasks like joining lines, which streamline the coding process 1. Additionally, it features a code reorganization tool that sorts methods and members based on various conventions, such as Microsoft style or alphabetical order 2.
It's got a code reorganization feature that lets you do stuff like automatically sort methods and members based on conventions.
--- Michael Outlaw
These functionalities make Resharper a valuable tool for developers aiming to maintain clean and efficient code.
  Â
Code Cleanup
Maintaining clean, readable code is crucial for long-term project success. The team emphasizes this through their Clean Code series, where they engage listeners with giveaways and creative contributions like poems 3. Alan Underwood and Joe share a humorous poem highlighting the importance of transforming messy code into clean code 4.
There once was some code in great need. It was messy and so hard to read. To see such spaghetti would make you get sweaty so bad it made FX cop bleed.
--- Alan Underwood
Their discussion underscores the value of code comments and the role they play in maintaining code quality.
Related Episodes


Clean Code - How to Write Classes the Right Way
Answers 383 questionsClean Code - How to Write Amazing Functions
Answers 383 questionsClean Code - Formatting Matters
Answers 383 questions

Clean Code - How to Build Maintainable Systems
Answers 383 questions

Clean Architecture - Are Microservices Truly Decoupled?
Answers 383 questions

Supporting Your Code, README vs Wiki and Test Coverage
Answers 383 questions

Google’s Engineering Practices – Code Review Standards
Answers 383 questionsClean Code - Writing Meaningful Names
Answers 383 questions

Google's Engineering Practices - What to Look for in a Code Review
Answers 383 questions

Clean Architecture - Programming Paradigms
Answers 383 questionsHow to be a Programmer
Answers 383 questionsHow to be an Intermediate Programmer
Answers 383 questions
Clean Architecture - Fight for Architecture
Answers 383 questions

Google’s Engineering Practices – How to Navigate a Code Review
Answers 383 questions86. Lightning Talks
Answers 383 questions
