logo

Quotes About Reusability

When people write software, they are not writing it for themselves. In fact, they are not even writing primarily for the computer. Rather, good programmers know that code is written for the next human being who has to read it in order to maintain or reuse it. If that person cannot understand the code, it's all but useless in a realistic development scenario.
~ Unknown
as this little function isn't needed elsewhere, it was written inline as a lambda.
~ Unknown