Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Refactoring with C#
Matt Eland
ISBN: 978-1-83508-998-9
- Understand technical debt, its causes and effects, and ways to prevent it
- Explore different ways of refactoring classes, methods, and lines of code
- Discover how to write effective unit tests supported by libraries such as Moq
- Understand SOLID principles and factors that lead to maintainable code
- Use AI to analyze, improve, and test code with the GitHub Copilot Chat
- Apply code analysis and custom Roslyn analyzers to ensure that code stays clean
- Communicate tech debt and code standards successfully in agile teams
Clean Code with C#
Jason Alls
ISBN: 978-1-83763-519-1
- Master the art of writing evolvable and adaptable code
- Implement the fail-pass-refactor methodology using a sample C# console...