DEV Community

Discussion on: What's something you're currently learning?

Collapse
 
brombaut profile image
Ben Rombaut

I'm trying to learn more about Object-Oriented design principles and Software Architecture in general.

Since COVID started I've read "Clean Architecture", "The Object-Oriented Thought Process" and "Elegant Objects - Volume 1" (I really like how opinionated this book was), and I've got the GoF Design Patterns book and "Growing Object-Oriented Software - Guided by Tests" in my reading backlog. I've been mostly trying to practice OO principles with my TypeScript projects.