Wiley Interview Question

What is the good code and what is the bad?

Interview Answer

Anonymous

May 20, 2015

- Easy to understand (don't use obscure code features or tricks); - No magic; - Easy for maintenance; - Easy to add new features; - Testable; - Decoupled (components should has as less deps as possible);