DEV Community

Discussion on: Developing with Empathy: Single Responsibility

Collapse
 
dmahely profile image
Doaa Mahely

Hello Claire. Great post and series! I’m looking forward to the rest of the articles 🙌🏽

I’ve realized recently that the SR principle is something I need to think more consciously about and have started refactoring my current side project with it in mind. I’m finding myself having to write more – more function names, more variable names, more import functions, but my codebase feels so much cleaner!