You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The boyscout rule states that we should always leave the code cleaner than we found it.
359
+
The Boy Scouts of America have a simple rule that we can apply to our profession: "Leave the campground cleaner than you found it". The boy-scout rule states that we should always leave the code cleaner than we found it.
360
360
361
361
Why
362
362
363
-
* When making changes to an existing codebase the code quality tends to degrade accumulating technical debt. Following the boyscout rule, we should mind the quality with each commit. Technical debt is resisted by continuous refactoring, no matter how small.
363
+
* When making changes to an existing codebase the code quality tends to degrade, accumulating technical debt. Following the boyscout rule, we should mind the quality with each commit. Technical debt is resisted by continuous refactoring, no matter how small.
364
364
365
365
How
366
366
367
-
* With each commit make sure it does not degrade the codebase quality
368
-
* Any time someone sees some code that isn't as clear as it should be, they should take the opportunity to fix it right there and then
367
+
* With each commit make sure it does not degrade the codebase quality.
368
+
* Any time someone sees some code that isn't as clear as it should be, they should take the opportunity to fix it right there and then.
The Boy Scouts of America have a simple rule that we can apply to our profession: "Leave the campground cleaner than you found it". The boy-scout rule states that we should always leave the code cleaner than we found it.
367
+
368
+
Why
369
+
370
+
* When making changes to an existing codebase the code quality tends to degrade, accumulating technical debt. Following the boyscout rule, we should mind the quality with each commit. Technical debt is resisted by continuous refactoring, no matter how small.
371
+
372
+
How
373
+
374
+
* With each commit make sure it does not degrade the codebase quality.
375
+
* Any time someone sees some code that isn't as clear as it should be, they should take the opportunity to fix it right there and then.
0 commit comments