⇐ MY QUORA-INDEX QUORA - my answered Questions

QUORA - my answered Questions

Q019: What concretely makes a good code? (For example: logging, tests, correct password handling?)

the best code, because of bug free, maintenance free and no need for documentation is unwritten code .

I think this is totally underestimated. Don?t deal with unneeded complexity. At least don?t invent requirements. It is hard to identify unneeded complexity because of so many ?in fashion? things.

code so simple that mistakes simply can't happen