3

Should I be bothered if I have added 200 lines of badly written code to my Android project (which had readable, organized code before) to make it almost unreadable? BTW the app's memory usage is still low like before.

Comments
  • 2
  • 2
    What you've done here is introduced "technical debt" and when you have a bug in this code (which you undoubtedly will sometime) you (or whoever has to fix it) will curse you up and down for writing it in the first place.
  • 1
    Prevent the broken window effect!
Add Comment