スキップしてメイン コンテンツに移動

投稿

ラベル(Return On Code)が付いた投稿を表示しています

Reduce Code & Focus on Return On Code

Value of reducing code Reducing amount of code is one of the MOST REQUIRED & IMPORTANT skill in real software development workplace, especially in team based software development. Most of the case, reducing code is much more valuable than writing code! Why doesn't any computer science teach this MOST important skill! Let me point out benefits of reducing code: The less code makes programmer be the easy to understand project! The amount of code they should read is lesser! Fledgling developer easy to understand! You don't have to write much test code! Complexity should tend to be lower! Code duplication tends to be less! Prevent regression! You can only care about code which really lively works! Put it all together, These benefits finally leads "Improve code maintainability" and "Reduce maintenance cost" . I mention just in case - reducing code doesn't mean you should merge a few "for loop" lines into single line. My pri