Writing readable code is a constant challenge for developers, especially those who have worked alone for an extended time or are new to development in general. I appreciated this lengthy but worthwhile advice from Artur Śmiarowski highlighting 23 tips that can help. My favorites:
- Identify that you have a problem before creating the solution
- Simplicity is king (and not duplicating code)
- Remove dead code, and do not leave it commented