Whether the system you are working on is big or small, as mentioned in the beginning of this book, the codebase’s integrity is very important. Following some basic rules, like proper naming conventions, neat code structure, and just careful coding, will have an effect on the codebase’s integrity. Easy-to-read code is slightly harder to break than code that is badly structured. The easier it is to read and follow the code, the easier it becomes to make changes to it. Proper naming conventions can also lead to code that will be less prone to introducing bugs than badly named variables, ...
8. Testing and Code Quality
Get Software Engineering for Absolute Beginners: Your Guide to Creating Software Products now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.