Lab49 Interview Question

What are the characteristics of maintainable code.

Interview Answer

Anonymous

Aug 1, 2013

- Easy to read the code and understand - Good set of tests - code itself is self documenting i.e good method names, variable names, - code can be easily changed or extended.