Good code is written so that is readable, understandable, covered by automated tests, not over complicated and does well what is intended to do.
What do you feel makes code good?
- Readable
- Testable/Tested
- Simple
- Work as expected
- Maintainable
Source: Intent HQ.