Published Nov 7, 2016

Clean Code - Comments Are Lies

Delve into the world of clean coding with Allen, Michael, and Joe as they unravel the deceptions of misleading comments, explore the intricacies of aspect-oriented programming, and highlight the impact of Resharper on code formatting, all while emphasizing the importance of community feedback and effective documentation.
Episode Highlights
Coding Blocks logo

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