"Don't Touch It, it Works" is Problematic in Engineering
#softwareengineering #productivity #projectmanagement #refactoring #refactorlegacycode #coderefactoring #benefitsofcoderefactoring #softwaredevelopment
https://hackernoon.com/dont-touch-it-it-works-is-problematic-in-engineering
#softwareengineering #productivity #projectmanagement #refactoring #refactorlegacycode #coderefactoring #benefitsofcoderefactoring #softwaredevelopment
https://hackernoon.com/dont-touch-it-it-works-is-problematic-in-engineering
Hackernoon
"Don't Touch It, it Works" is Problematic in Engineering
"Don't touch it, it works" is problematic. It leads us down a bad path. How do you handle a project that held that policy for years?
Python — Duplicate For Loops
#programming #python #coderefactoring #cleancode #codesmells #pythontips #pythondevelopment #tutorial
https://hackernoon.com/python-duplicate-for-loops
#programming #python #coderefactoring #cleancode #codesmells #pythontips #pythondevelopment #tutorial
https://hackernoon.com/python-duplicate-for-loops
Hackernoon
Python — Duplicate For Loops | HackerNoon
While developing a program, duplicate pieces of code may occur as a result of choosing of particular data structures.