DEV Community

Discussion on: Why I can't recommend Clean Architecture by Robert C Martin

Collapse
 
mfreedm profile image
Mike Freedman

I'm a big fan of his work but I agree that there were not as many big takeaways as I would have liked. Perhaps it's because I watched so many of his talks on youtube and there was a lot of repeated lessons.

This talk on SOLID Principles covers one of my favorite takeaways from the book: the importance of inverting dependencies. He talks about it being the biggest strength of OOP and crucial for creating good architecture.

youtube.com/watch?v=TMuno5RZNeE

I do think those with an OOP focus would enjoy his talks and books more. He tends to focus on programming in C and java.

Collapse
 
bosepchuk profile image
Blaine Osepchuk • Edited

I've enjoyed his talks on YouTube as well. I was expecting the book to go into more detail instead of basically taking the same content he covers in a 45 minute talk and turning it into a 375 page book.