Slashdot Mirror


User: CharlesK80

CharlesK80's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Reuse where possible on Reuse Code Or Code It Yourself? · · Score: 1

    The benefits of reuse is that you have less code to maintain and costs fall, someone else does the testing and bug fixing of that code so you don't have to. The best thing you can do with a line of code is delete it I say. As long as the code being reused is from a good project (i.e. open source, active, mature, etc), always reuse.