10
Followers
47
Posts
For dev bloggers
Start publishing articles on your own domain with Hashnode and tag them with #refactoring. Learn more
For the last few days I've been refactoring my current project's GraphQL backend, removing A LOT of spaghetti code and many inconsistencies. Here are …
costas.dev
I came across the talk: “Develop, Debug, Learn” by Christian Heilmann this week, which got me thinking. In the talk, Christian Heilmann focuses in par…
ramblestack.com
There seems to be no agreement in the software engineering community about how many parameters are too many for a function. This should come to no sur…
mariocervera.com
Flags indicate what happened. Unless their name is too generic. Problems Readability Maintainability Coupling Solutions Use meaningful names Tr…
maximilianocontieri.com
(Just a short post give a quick read) Hey there, Refactoring is the process of restructuring existing code (changing the factoring) without changing i…
rahulism.tech