Monday, February 25, 2019

Industry Practices and Tools - Part 2

Code Quality Code quality can translate into how useful and maintainable your code is: high-quality code can be re-used and re-developed; low-quality code doesn’t last. Impact of Quality code Clarity Maintainable Documented Refactored Well-tested Extensible Efficiency There are many...